nuke.nukemath.Vector4

class nuke.nukemath.Vector4(*args, **kwargs)

Bases: pybind11_object

Overloaded function.

  1. __init__(self: _nukemath.Vector4) -> None

  2. __init__(self: _nukemath.Vector4, arg0: typing.SupportsFloat, arg1: typing.SupportsFloat, arg2: typing.SupportsFloat, arg3: typing.SupportsFloat) -> None

  3. __init__(self: _nukemath.Vector4, arg0: _nukemath.Vector4) -> None

Methods

Attributes

w

x

y

z

__add__(self: _nukemath.Vector4, arg0: _nukemath.Vector4) _nukemath.Vector4
__mul__(*args, **kwargs)

Overloaded function.

  1. __mul__(self: _nukemath.Vector4, arg0: typing.SupportsFloat) -> _nukemath.Vector4

  2. __mul__(self: _nukemath.Vector4, arg0: _nukemath.Vector4) -> _nukemath.Vector4

  3. __mul__(self: _nukemath.Vector4, arg0: typing.SupportsFloat) -> _nukemath.Vector4