Quaternion To Axis Angle

Math
Both Server and Client
Both Mobile and PC

Convert quaternion to axis-angle representation

Declaration

func QuaternionToAxisAngle(value Quaternion, out var axis Vector3, out var angle float)
go

Parameters

Input

Name Type Description
Value Quaternion Input quaternion

Out

Name Type Description
Axis Vector3 Rotation axis
Angle Float Angle of rotation clockwise around the axis of rotation