Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
LOrientationf Class Reference

This is a unit quaternion representing an orientation. More...

Inheritance diagram for LOrientationf:
Quat VBase4

List of all members.

Public Member Functions

 LOrientationf ()
 LOrientationf (Mat3 const )
 matrix3
 LOrientationf (Mat4 const )
 matrix4
 LOrientationf (Quat const )
 LOrientationf (Vec3 const , float)
 vector + twist
 LOrientationf (float, float, float, float)
LOrientationf operator* (Quat const other)
 Orientation * Orientation This is a meaningless operation, and will always simply return the rhs.
LOrientationf operator* (LRotationf const other)
 Orientation * rotation = Orientation Applies a rotation to an orientation.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This is a unit quaternion representing an orientation.


Constructor & Destructor Documentation

LOrientationf ( Mat3  const)

matrix3

LOrientationf ( Mat4  const)

matrix4

LOrientationf ( Quat  const)
LOrientationf ( Vec3  const,
float   
)

vector + twist

LOrientationf ( float  ,
float  ,
float  ,
float   
)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from Quat.

LOrientationf operator* ( Quat const  other)

Orientation * Orientation This is a meaningless operation, and will always simply return the rhs.

Reimplemented from Quat.

LOrientationf operator* ( LRotationf const  other)

Orientation * rotation = Orientation Applies a rotation to an orientation.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties