Table of Contents

Class BlendableQuaternion

Namespace
Gasimo.CineBlend
Assembly
Cineblend.CSharp.dll

Quaternion Lerp utility class

public class BlendableQuaternion : IBlendableProperty<Quaternion>
Inheritance
object
BlendableQuaternion
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 Quaternion
end Quaternion
t float

Returns

Quaternion

Interpolated value