Click or drag to resize

QuaternionSlerp Method (Quaternion, Quaternion, Double, Quaternion)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Slerp(
	ref Quaternion from,
	ref Quaternion to,
	double t,
	out Quaternion result
)

Parameters

from
Type: NeoAxisQuaternion
to
Type: NeoAxisQuaternion
t
Type: SystemDouble
result
Type: NeoAxisQuaternion
See Also