LOrientationd

from panda3d.core import LOrientationd
class LOrientationd

Bases:

Bases: LQuaterniond

This is a unit quaternion representing an orientation.

Inheritance diagram

Inheritance diagram of LOrientationd

__init__()
__init__(m: LMatrix3d)

matrix3

__init__(m: LMatrix4d)

matrix4

__init__(param0: LOrientationd)
__init__(c: LQuaterniond)
__init__(point_at: LVector3d, twist: float)

vector + twist

__init__(r: float, i: float, j: float, k: float)
__mul__(other: LQuaterniond) LOrientationd
__mul__(other: LRotationd) LOrientationd
static getClassType() TypeHandle