डिक्लेरेशन
func SlerpQuaternion(valueA Quaternion, valueB Quaternion, valueT float) Quaternion
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
ValueA | Quaternion | A Value |
ValueB | Quaternion | B value |
ValueT | Float | Interpolation progress, the value range is [0,1]. When the value is 0, it returns the A value, and when the value is 1, it returns the B value. |
वापस
टाइप | विवरण |
---|---|
Quaternion | The resulting quaternion |