Method Interpolate
Interpolate(Quaternion, Quaternion, float)
Method to override and adapted to the generic type. This assumes interpolation for that value will be clamped.
Declaration
protected override Quaternion Interpolate(Quaternion start, Quaternion end, float time)
Parameters
Type | Name | Description |
---|---|---|
Quaternion | start | The start value (min) |
Quaternion | end | The end value (max) |
float | time | The time value used to interpolate between start and end values (pos) |
Returns
Type | Description |
---|---|
Quaternion | The interpolated value |