M33d

Inheritance diagram of Imath.M33d
class M33d

Methods

__eq__(self, arg0)

__init__(*args, **kwargs)

Overloaded function.

__mul__(*args, **kwargs)

Overloaded function.

__neq__(self, arg0)

__repr__(self)

__rmul__(self, arg0)

__truediv__(self, arg0)

equalWithAbsError(self, arg0, arg1)

equalWithRelError(self, arg0, arg1)

get(self, arg0, arg1)

inverse(self)

invert(self)

set(self, arg0, arg1, arg2)

translation(self)

transpose(self)

transposed(self)

__init__(*args, **kwargs)

Overloaded function.

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

  2. __init__(self: Imath.M33d, arg0: Imath.M33f) -> None

  3. __init__(self: Imath.M33d, arg0: Imath.M33d) -> None

  4. __init__(self: Imath.M33d, arg0: float, arg1: float, arg2: float, arg3: float, arg4: float, arg5: float, arg6: float, arg7: float, arg8: float) -> None

equalWithAbsError(self: Imath.M33d, arg0: Imath.M33d, arg1: float) bool
equalWithRelError(self: Imath.M33d, arg0: Imath.M33d, arg1: float) bool
get(self: Imath.M33d, arg0: int, arg1: int) float
inverse(self: Imath.M33d) Imath.M33d
invert(self: Imath.M33d) Imath.M33d
set(self: Imath.M33d, arg0: int, arg1: int, arg2: float) None
translation(self: Imath.M33d) Imath.V2d
transpose(self: Imath.M33d) Imath.M33d
transposed(self: Imath.M33d) Imath.M33d