Declaration
func QuaternionRotateTowards(from Quaternion, to Quaternion, maxDegreesDelta float) Quaternion
go
Parameters
Input
Name | Type | Description |
---|---|---|
From | Quaternion | Initial quaternion |
To | Quaternion | The target quaternion |
Max. Degree Delta | Float | The max. rotation angle |
Return
Type | Description |
---|---|
Quaternion | \ |