Class BlendableQuaternion
Quaternion Lerp utility class
public class BlendableQuaternion : IBlendableProperty<Quaternion>
- Inheritance
-
objectBlendableQuaternion
- Implements
-
IBlendableProperty<Quaternion>
Constructors
BlendableQuaternion()
public BlendableQuaternion()
BlendableQuaternion(Quaternion)
public BlendableQuaternion(Quaternion value)
Parameters
value
Quaternion
Properties
CurrentValue
Current value of the property
public Quaternion CurrentValue { get; set; }
Property Value
- Quaternion
Methods
Lerp(Quaternion, Quaternion, float)
Linearly interpolates between two values
public static Quaternion Lerp(Quaternion start, Quaternion end, float t)
Parameters
start
Quaternionend
Quaterniont
float
Returns
- Quaternion
Interpolated value