LOrientationf

from panda3d.core import LOrientationf
class LOrientationf

Bases:

Bases: LQuaternionf

This is a unit quaternion representing an orientation.

Inheritance diagram

Inheritance diagram of LOrientationf

__init__()
__init__(m: LMatrix3f)

matrix3

__init__(m: LMatrix4f)

matrix4

__init__(param0: LOrientationf)
__init__(c: LQuaternionf)
__init__(point_at: LVector3f, twist: float)

vector + twist

__init__(r: float, i: float, j: float, k: float)
__mul__(other: LQuaternionf) LOrientationf
__mul__(other: LRotationf) LOrientationf
static getClassType() TypeHandle