Overload List
| Name | Description | |
|---|---|---|
| Lerp(Double, Double, Double) |
Linear interpolation (blending) between two values
| |
| Lerp(Vector2D, Vector2D, Double) |
Linear interpolation (blending) between two 2d-vectors
| |
| Lerp(Vector3D, Vector3D, Double) |
Linear interpolation (blending) between two 3d-vectors
| |
| Lerp(Vector4D, Vector4D, Double) |
Linear interpolation (blending) between two 4d-vectors
|