LRotationd

class LRotationd

Bases: LQuaterniond

This is a unit quaternion representing a rotation.

Inheritance diagram

Inheritance diagram of LRotationd

LRotationd(void)
LRotationd(LQuaterniond const &c)
LRotationd(LVecBase4d const &copy)
LRotationd(double r, double i, double j, double k)
LRotationd(LVector3d const &axis, double angle)
LRotationd(LMatrix3d const &m)
LRotationd(LMatrix4d const &m)
LRotationd(double h, double p, double r)
LRotationd(LRotationd const&) = default

lmatrix3

lmatrix4

axis + angle (in degrees)

Sets the rotation from the given Euler angles.

static TypeHandle get_class_type(void)