Vector4Lerp Method |
| Name | Description | |
|---|---|---|
| Lerp(Vector4, Double) | ||
| Lerp(Vector4, Vector4, Double) |
Linear interpolation between two Vector4s
This is most commonly used to find a point some fraction of the way along a line between two endpoints When t = 0 returns a. When t = 1 returns b. When t = 0.5 returns the point midway between a and b. | |
| Lerp(Vector4, Vector4, Single) |
Linear interpolation between two Vector4s
This is most commonly used to find a point some fraction of the way along a line between two endpoints When t = 0 returns a. When t = 1 returns b. When t = 0.5 returns the point midway between a and b. |