Axis Angle To Quaternion

Math
Both Server and Client
Both Mobile and PC

Convert axis-angle rotation to quaternion

Declaration

func AxisAngleToQuaternion(axis Vector3, angle float) Quaternion
go

Parameters

Input

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

Return

Type Description
Quaternion The returned quaternion