Parameter | Description |
---|---|
rotation | The rotation to lerp with against the current rotation. |
interval | The lerp interval, typically in the range [0, 1]. A value outside of this range performs normalized linear extrapolation. |
PhysicsRotate The normalized linear interpolation/extrapolation.
Calculate the normalized linear interpolation of this rotation and the specified rotation using the specified interval.
Parameter | Description |
---|---|
rotationA | The rotation to lerp from. |
rotationB | The rotation to lerp to. |
interval | The lerp interval, typically in the range [0, 1]. A value outside of this range performs normalized linear extrapolation. |
PhysicsRotate The normalized linear interpolation/extrapolation.
Calculate the normalized linear interpolation between two rotations using the specified fraction.