M33f

Inheritance diagram of Imath.M33f
class M33f

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

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

  3. __init__(self: Imath.M33f, arg0: Imath_2_5::Matrix33<double>) -> None

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

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