M44f¶

-
class
M44f¶ Bases:
pybind11_builtins.pybind11_objectConstructors
__init__(*args, **kwargs)Overloaded function. Methods
__getitem__(*args, **kwargs)Overloaded function. __mul__(self, arg0)__repr__(self)decompose(self, arg0)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)-
__getitem__(*args, **kwargs)¶ Overloaded function.
- __getitem__(self: Imath.M44f, arg0: int) -> Imath.V4f
- __getitem__(self: Imath.M44f, arg0: int) -> Imath.V4f
-
__init__(*args, **kwargs)¶ Overloaded function.
- __init__(self: Imath.M44f) -> None
- __init__(self: Imath.M44f, arg0: float) -> 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
-
__mul__(self: Imath.M44f, arg0: Imath.M44f) → Imath.M44f¶
-
__repr__(self: Imath.M44f) → unicode¶
-
decompose(self: Imath.M44f, arg0: int) → Tuple[Imath.V3f, Imath.V3f, Imath.V3f]¶
-
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¶
-