nuke.rotopaint.CVec4
- class nuke.rotopaint.CVec4
Bases:
object
A 4-component vector.
Methods
Attributes
The w coordinate.
The x coordinate.
The y coordinate.
The z coordinate.
- __add__(value, /)
Return self+value.
- __mul__(value, /)
Return self*value.
- w
The w coordinate.
- x
The x coordinate.
- y
The y coordinate.
- z
The z coordinate.