Vector3Lerp Method (Vector3, Double) |
This is most commonly used to find a point some fraction of the way along a line between two endpoints When t = 0 returns this. When t = 1 returns b. When t = 0.5 returns the point midway between this and b.
Namespace: Microsoft.DirectX
public Vector3 Lerp( Vector3 b, double t )