Quatd

- class Quatd
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)__sub__(self, arg0)__truediv__(*args, **kwargs)Overloaded function.
angle(self)axis(self)euclideanInnerProduct(self, arg0)exp(self)inverse(self)invert(self)length(self)log(self)normalize(self)normalized(self)rotateVector(self, arg0)setAxisAngle(self, arg0, arg1)setRotation(self, arg0, arg1)toMatrix33(self)toMatrix44(self)Properties
rv- __init__(*args, **kwargs)
Overloaded function.
__init__(self: Imath.Quatd) -> None
__init__(self: Imath.Quatd, arg0: Imath.Quatf) -> None
__init__(self: Imath.Quatd, arg0: Imath.Quatd) -> None
__init__(self: Imath.Quatd, arg0: float, arg1: float, arg2: float, arg3: float) -> None
__init__(self: Imath.Quatd, arg0: float, arg1: Imath.V3d) -> None
- angle(self: Imath.Quatd) float
- axis(self: Imath.Quatd) Imath.V3d
- euclideanInnerProduct(self: Imath.Quatd, arg0: Imath.Quatd) float
- exp(self: Imath.Quatd) Imath.Quatd
- inverse(self: Imath.Quatd) Imath.Quatd
- invert(self: Imath.Quatd) Imath.Quatd
- length(self: Imath.Quatd) float
- log(self: Imath.Quatd) Imath.Quatd
- normalize(self: Imath.Quatd) Imath.Quatd
- normalized(self: Imath.Quatd) Imath.Quatd
- rotateVector(self: Imath.Quatd, arg0: Imath.V3d) Imath.V3d
- setAxisAngle(self: Imath.Quatd, arg0: Imath.V3d, arg1: float) Imath.Quatd
- setRotation(self: Imath.Quatd, arg0: Imath.V3d, arg1: Imath.V3d) Imath.Quatd
- toMatrix33(self: Imath.Quatd) Imath.M33d
- toMatrix44(self: Imath.Quatd) Imath.M44d