AxisAngle

represents an angle around a specified axis

struct AxisAngle {}

Members

Variables

angle
float angle;

the angle around the axis of rotation

axis
Vector3 axis;

the axis of rotation

Meta