A data that represents rotation as a pair of an axis and an angle. The value can be obtained by Quaternion.toAxisAngle.

Hierarchy

  • AxisAngle

Properties

Properties

angle: number

The angle of rotation in degrees, from 0 to 360.

axis: Vector3

A vector that represents the axis of rotation.

Generated using TypeDoc