V3f

Inheritance diagram of Imath.V3f
class V3f

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.

cross(self, arg0)

dot(self, arg0)

equalWithAbsError(self, arg0, arg1)

equalWithRelError(self, arg0, arg1)

length(self)

length2(self)

normalize(self)

normalized(self)

Properties

x

y

z

__init__(*args, **kwargs)

Overloaded function.

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

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

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

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

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

  6. __init__(self: Imath.V3f, arg0: Imath_2_5::Vec3<double>) -> None

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

  8. __init__(self: Imath.V3f, arg0: Imath_2_5::Vec4<float>) -> None

  9. __init__(self: Imath.V3f, arg0: Imath_2_5::Vec4<double>) -> None

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