डिक्लेरेशन
func AxisAngleToQuaternion(axis Vector3, angle float) Quaternion
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Axis | Vector3 | Rotation axis |
Angle | Float | Angle of rotation clockwise around the axis of rotation |
वापस
टाइप | विवरण |
---|---|
Quaternion | The returned quaternion |