Package-level declarations
Types
Construct Quaternion and set each value. The Quaternion will be normalized during construction Default: Identity
Functions
Returns the absolute value of the specified half-precision float. Special values are handled in the following ways:
Get the Euler angles in degrees from a rotation Matrix
Convert a Quaternion to Euler angles
Converts the specified double-precision float value into a half-precision float value. The following special cases are handled:
Converts the specified single-precision float value into a half-precision float value. The following special cases are handled:
Returns the half-precision float value represented by the specified string. The string is converted to a half-precision float value as if by the String.toFloat() method.
Returns the larger of two half-precision float values (the value closest to positive infinity). Special values are handled in the following ways:
Returns the smaller of two half-precision float values (the value closest to negative infinity). Special values are handled in the following ways:
Get the Quaternion from a rotation Matrix
Construct a Quaternion Rotation Matrix following the Hamilton convention
Construct a rotation matrix from Euler angles using YPR around a specified order
Construct a rotation matrix from Euler yaw, pitch, roll around a specified order.
Spherical linear interpolation between two given orientations
Returns the half-precision float value represented by the specified Rational.
Converts this double-precision float value into a half-precision float value. The following special cases are handled:
Converts this single-precision float value into a half-precision float value. The following special cases are handled:
Returns the half-precision float value represented by the specified string. The string is converted to a half-precision float value as if by the String.toFloat() method.