V3i

Inheritance diagram of Imath.V3i
class V3i

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.V3i) -> None

  2. __init__(self: Imath.V3i, arg0: int) -> None

  3. __init__(self: Imath.V3i, arg0: int, arg1: int, arg2: int) -> None

  4. __init__(self: Imath.V3i, arg0: Imath.V3i) -> None

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

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

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

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

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

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