V4d

Inheritance diagram of Imath.V4d
class V4d

Methods

__add__(self, arg0)

__eq__(self, arg0)

__getitem__(self, arg0)

__init__(*args, **kwargs)

Overloaded function.

__mul__(*args, **kwargs)

Overloaded function.

__neg__(self)

__neq__(self, arg0)

__repr__(self)

__rmul__(self, arg0)

__setitem__(self, arg0, arg1)

__sub__(self, arg0)

__truediv__(*args, **kwargs)

Overloaded function.

dot(self, arg0)

equalWithAbsError(self, arg0, arg1)

equalWithRelError(self, arg0, arg1)

length(self)

length2(self)

normalize(self)

normalized(self)

Properties

x

y

z

w

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.V4d) -> None

  2. __init__(self: Imath.V4d, arg0: float) -> None

  3. __init__(self: Imath.V4d, arg0: float, arg1: float, arg2: float, arg3: float) -> None

  4. __init__(self: Imath.V4d, arg0: Imath_2_5::Vec3<int>) -> None

  5. __init__(self: Imath.V4d, arg0: Imath.V3f) -> None

  6. __init__(self: Imath.V4d, arg0: Imath.V3d) -> None

  7. __init__(self: Imath.V4d, arg0: Imath_2_5::Vec4<int>) -> None

  8. __init__(self: Imath.V4d, arg0: Imath.V4f) -> None

  9. __init__(self: Imath.V4d, arg0: Imath.V4d) -> None

dot(self: Imath.V4d, arg0: Imath.V4d) float
equalWithAbsError(self: Imath.V4d, arg0: Imath.V4d, arg1: float) bool
equalWithRelError(self: Imath.V4d, arg0: Imath.V4d, arg1: float) bool
length(self: Imath.V4d) float
length2(self: Imath.V4d) float
normalize(self: Imath.V4d) Imath.V4d
normalized(self: Imath.V4d) Imath.V4d