Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Quaternion.Slerp

Malware edited this page Dec 25, 2018 · 19 revisions

IndexQuaternion

Summary

public public sealed struct Quaternion Slerp(public sealed struct Quaternion quaternion1, public sealed struct Quaternion quaternion2, float amount)

Interpolates between two quaternions, using spherical linear interpolation.

Returns

Example

Remarks

Summary

public void Slerp(ref public sealed struct Quaternion quaternion1, ref public sealed struct Quaternion quaternion2, float amount, ref public sealed struct Quaternion result)

Interpolates between two quaternions, using spherical linear interpolation.

Returns

Example

Remarks

Clone this wiki locally