hou.Quaternion class

Methods

isAlmostEqual(self, quaternion, tolerance=0.00001)bool

Returns whether this quaternion is equal to another, within a numerical tolerance.

length(self) → float

Not documented yet

normalized(self) → Quaternion

Not documented yet

setTo(self, tuple)

Not documented yet

__add__(self, quaternion) → Quaternion

Not documented yet

__getitem__(self, index) → float

Not documented yet

__len__(self) → int

Not documented yet

__mul__(self, scalar) -> Quaternion OR __mul__(self, quaternion) → Quaternion

Not documented yet

__setitem__(self, index, value)

Not documented yet

__sub__(self, quaternion) → Quaternion

Not documented yet