Quatf

Inheritance diagram of Imath.Quatf
class Quatf

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

r

v

__init__(*args, **kwargs)

Overloaded function.

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

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

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

  4. __init__(self: Imath.Quatf, arg0: float, arg1: float, arg2: float, arg3: float) -> None

  5. __init__(self: Imath.Quatf, arg0: float, arg1: Imath.V3f) -> None

angle(self: Imath.Quatf) float
axis(self: Imath.Quatf) Imath.V3f
euclideanInnerProduct(self: Imath.Quatf, arg0: Imath.Quatf) float
exp(self: Imath.Quatf) Imath.Quatf
inverse(self: Imath.Quatf) Imath.Quatf
invert(self: Imath.Quatf) Imath.Quatf
length(self: Imath.Quatf) float
log(self: Imath.Quatf) Imath.Quatf
normalize(self: Imath.Quatf) Imath.Quatf
normalized(self: Imath.Quatf) Imath.Quatf
rotateVector(self: Imath.Quatf, arg0: Imath.V3f) Imath.V3f
setAxisAngle(self: Imath.Quatf, arg0: Imath.V3f, arg1: float) Imath.Quatf
setRotation(self: Imath.Quatf, arg0: Imath.V3f, arg1: Imath.V3f) Imath.Quatf
toMatrix33(self: Imath.Quatf) Imath.M33f
toMatrix44(self: Imath.Quatf) Imath.M44f