| Name | Description |
---|
| Lerp(Double, Double, IReadOnlyListDouble, Double, IReadOnlyListDouble, IVectorDouble) | Performs linear interpolation between two vectors at specified points. |
| Lerp(Double, Double, IReadOnlyListSingle, Double, IReadOnlyListSingle, IVectorSingle) | Performs linear interpolation between two vectors at specified points. |
| Lerp(Double, Double, Double, Double, Double, Double) | Performs linear interpolation between two vectors at specified points. |
| Lerp(Double, Double, Int32, Double, Int32, Int32) | Performs linear interpolation between two vectors at specified points. |
| Lerp(Double, Double, Single, Double, Single, Single) | Performs linear interpolation between two vectors at specified points. |