nuke.splinewarp.CVec4

class nuke.splinewarp.CVec4

Bases: object

A 4-component vector.

Methods

Attributes

w

The w coordinate.

x

The x coordinate.

y

The y coordinate.

z

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.