Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Quaternion Lerp(
Quaternion other,
float interpolation
)
public Quaternion Lerp(
Quaternion other,
float interpolation
)
Public Function Lerp (
other As Quaternion,
interpolation As Single
) As Quaternion
Public Function Lerp (
other As Quaternion,
interpolation As Single
) As Quaternion
public:
virtual Quaternion Lerp(
Quaternion other,
float interpolation
) sealed
public:
virtual Quaternion Lerp(
Quaternion other,
float interpolation
) sealed
abstract Lerp :
other : Quaternion *
interpolation : float32 -> Quaternion
override Lerp :
other : Quaternion *
interpolation : float32 -> Quaternion
abstract Lerp :
other : Quaternion *
interpolation : float32 -> Quaternion
override Lerp :
other : Quaternion *
interpolation : float32 -> Quaternion
Return Value
Type:
QuaternionImplements
Lerp T Lerp(T, Single)