◆ Lerp()

static StoredTransform Lerp ( StoredTransform  a,
StoredTransform  b,
float  fraction 
)
static
Parameters
a
b
fractionA value of 1 will result in b, a value of 0 will result in a. A value between these two will result in a new value that is between the two.
Returns
A new Stored Transform that contains the resultant linear interpolation between the two StoredTransform parameters

References StoredTransform.localPosition, StoredTransform.localRotation, StoredTransform.localScale, and StoredTransform.StoredTransform().

+ Here is the call graph for this function: