Companion
Functions
from Axis Angle
Link copied to clipboard
Construct a Quaternion from an axis and angle in degrees
from Euler
Link copied to clipboard
Construct a Quaternion from Euler angles using YPR around ZYX respectively
from Euler ZYX
Link copied to clipboard
fun fromEulerZYX(yaw: Float = 0.0f, pitch: Float = 0.0f, roll: Float = 0.0f): Quaternion
Content copied to clipboard
Construct a Quaternion from Euler angles using YPR around ZYX respectively
Sources
common source
Link copied to clipboard