V4f

Inheritance diagram of Imath.V4f
class V4f

Bases: pybind11_builtins.pybind11_object

Constructors

__init__(*args, **kwargs) Overloaded function.

Methods

__add__(self, arg0)
__div__(*args, **kwargs) Overloaded function.
__eq__(self, arg0)
__getitem__(self, arg0)
__mul__(*args, **kwargs) Overloaded function.
__neg__(self)
__neq__(self, arg0)
__repr__(self)
__setitem__(self, arg0, arg1)
__sub__(self, arg0)
dot(self, arg0)
length(self)
normalize(self)
normalized(self)

Properties

x
w
y
z
__add__(self: Imath.V4f, arg0: Imath.V4f) → Imath.V4f
__div__(*args, **kwargs)

Overloaded function.

  1. __div__(self: Imath.V4f, arg0: float) -> Imath.V4f
  2. __div__(self: Imath.V4f, arg0: Imath.V4f) -> Imath.V4f
__eq__(self: Imath.V4f, arg0: Imath.V4f) → bool
__getitem__(self: Imath.V4f, arg0: int) → float
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.V4f) -> None
  2. __init__(self: Imath.V4f, arg0: float) -> None
  3. __init__(self: Imath.V4f, arg0: float, arg1: float, arg2: float, arg3: float) -> None
  4. __init__(self: Imath.V4f, arg0: Imath.V3f) -> None
  5. __init__(self: Imath.V4f, arg0: Imath.V4f) -> None
__mul__(*args, **kwargs)

Overloaded function.

  1. __mul__(self: Imath.V4f, arg0: float) -> Imath.V4f
  2. __mul__(self: Imath.V4f, arg0: Imath.V4f) -> Imath.V4f
  3. __mul__(self: Imath.V4f, arg0: Imath.M44f) -> Imath.V4f
__neg__(self: Imath.V4f) → Imath.V4f
__neq__(self: Imath.V4f, arg0: Imath.V4f) → bool
__repr__(self: Imath.V4f) → unicode
__setitem__(self: Imath.V4f, arg0: int, arg1: float) → None
__sub__(self: Imath.V4f, arg0: Imath.V4f) → Imath.V4f
dot(self: Imath.V4f, arg0: Imath.V4f) → float
length(self: Imath.V4f) → float
normalize(self: Imath.V4f) → Imath.V4f
normalized(self: Imath.V4f) → Imath.V4f