InterpolationHelperLerp Method |
Name | Description | |
---|---|---|
Lerp(Double, Double, Double) |
Performs a linear interpolation between two values (double-precision).
| |
Lerp(Single, Single, Single) |
Performs a linear interpolation between two values (single-precision).
| |
Lerp(QuaternionD, QuaternionD, Double) |
Performs a linear interpolation of two QuaternionD.
| |
Lerp(QuaternionF, QuaternionF, Single) |
Performs a linear interpolation of two QuaternionF.
| |
Lerp(Vector2D, Vector2D, Double) |
Performs a linear interpolation between two Vector2D.
| |
Lerp(Vector2F, Vector2F, Single) |
Performs a linear interpolation between two Vector2F.
| |
Lerp(Vector3D, Vector3D, Double) |
Performs a linear interpolation between two Vector3D.
| |
Lerp(Vector3F, Vector3F, Single) |
Performs a linear interpolation between two Vector3F.
| |
Lerp(Vector4D, Vector4D, Double) |
Performs a linear interpolation between two Vector4D.
| |
Lerp(Vector4F, Vector4F, Single) |
Performs a linear interpolation between two Vector4F.
| |
Lerp(VectorD, VectorD, Double) |
Performs a linear interpolation between two VectorD.
| |
Lerp(VectorF, VectorF, Single) |
Performs a linear interpolation between two VectorF.
|