M44f

- class M44f
Methods
__eq__(self, arg0)__getitem__(*args, **kwargs)Overloaded function.
__init__(*args, **kwargs)Overloaded function.
__mul__(*args, **kwargs)Overloaded function.
__neq__(self, arg0)__repr__(self)__rmul__(self, arg0)__truediv__(self, arg0)decompose(self, arg0)equalWithAbsError(self, arg0, arg1)equalWithRelError(self, arg0, arg1)get(self, arg0, arg1)inverse(self)invert(self)makeIdentity(self)multDirMatrix(self, arg0)multVecMatrix(self, arg0)rotate(self, arg0, arg1)rotation(self, arg0)scale(self, arg0)scaling(self)set(self, arg0, arg1, arg2)setAxisAngle(self, arg0, arg1)setRotation(self, arg0, arg1)setScale(self, arg0)setShear(self, arg0)setTranslation(self, arg0)shear(self, arg0)shearing(self)translate(self, arg0)translation(self)transpose(self)transposed(self)- __init__(*args, **kwargs)
Overloaded function.
__init__(self: Imath.M44f) -> None
__init__(self: Imath.M44f, arg0: float) -> None
__init__(self: Imath.M44f, arg0: Imath.M44f) -> None
__init__(self: Imath.M44f, arg0: Imath_2_5::Matrix44<double>) -> None
__init__(self: Imath.M44f, arg0: Imath.M33f, arg1: Imath.V3f) -> None
__init__(self: Imath.M44f, arg0: float, arg1: float, arg2: float, arg3: float, arg4: float, arg5: float, arg6: float, arg7: float, arg8: float, arg9: float, arg10: float, arg11: float, arg12: float, arg13: float, arg14: float, arg15: float) -> None
__init__(self: Imath.M44f, arg0: Imath.V3f, arg1: Imath.V3f, arg2: Imath.V3f, arg3: int) -> None
__init__(self: Imath.M44f, arg0: Imath.V3f, arg1: Imath.V3f, arg2: Imath.V3f, arg3: Imath.V3f, arg4: int) -> None
- decompose(self: Imath.M44f, arg0: int) Tuple[Imath.V3f, Imath.V3f, Imath.V3f]
- equalWithAbsError(self: Imath.M44f, arg0: Imath.M44f, arg1: float) bool
- equalWithRelError(self: Imath.M44f, arg0: Imath.M44f, arg1: float) bool
- get(self: Imath.M44f, arg0: int, arg1: int) float
- inverse(self: Imath.M44f) Imath.M44f
- invert(self: Imath.M44f) Imath.M44f
- makeIdentity(self: Imath.M44f) None
- multDirMatrix(self: Imath.M44f, arg0: Imath.V3f) Imath.V3f
- multVecMatrix(self: Imath.M44f, arg0: Imath.V3f) Imath.V3f
- rotate(self: Imath.M44f, arg0: Imath.V3f, arg1: int) Imath.M44f
- rotation(self: Imath.M44f, arg0: int) Imath.V3f
- scale(self: Imath.M44f, arg0: Imath.V3f) Imath.M44f
- scaling(self: Imath.M44f) Imath.V3f
- set(self: Imath.M44f, arg0: int, arg1: int, arg2: float) None
- setAxisAngle(self: Imath.M44f, arg0: Imath.V3f, arg1: float) Imath.M44f
- setRotation(self: Imath.M44f, arg0: Imath.V3f, arg1: int) Imath.M44f
- setScale(self: Imath.M44f, arg0: Imath.V3f) Imath.M44f
- setShear(self: Imath.M44f, arg0: Imath.V3f) Imath.M44f
- setTranslation(self: Imath.M44f, arg0: Imath.V3f) Imath.M44f
- shear(self: Imath.M44f, arg0: Imath.V3f) Imath.M44f
- shearing(self: Imath.M44f) Imath.V3f
- translate(self: Imath.M44f, arg0: Imath.V3f) Imath.M44f
- translation(self: Imath.M44f) Imath.V3f
- transpose(self: Imath.M44f) Imath.M44f
- transposed(self: Imath.M44f) Imath.M44f