LRotationf

class LRotationf

Bases: LQuaternionf

This is a unit quaternion representing a rotation.

Inheritance diagram

Inheritance diagram of LRotationf

LRotationf(void)
LRotationf(LQuaternionf const &c)
LRotationf(LVecBase4f const &copy)
LRotationf(float r, float i, float j, float k)
LRotationf(LVector3f const &axis, float angle)
LRotationf(LMatrix3f const &m)
LRotationf(LMatrix4f const &m)
LRotationf(float h, float p, float r)
LRotationf(LRotationf const&) = default

lmatrix3

lmatrix4

axis + angle (in degrees)

Sets the rotation from the given Euler angles.

static TypeHandle get_class_type(void)