Vector2DLerp Method (Vector2D, Single) |
Linearly interpolates between the current and the specified vector by t.
Namespace:
LightBuzz
Assembly:
LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Lerp(
Vector2D vector,
float t
)
Public Sub Lerp (
vector As Vector2D,
t As Single
)
public:
void Lerp(
Vector2D vector,
float t
)
member Lerp :
vector : Vector2D *
t : float32 -> unit
Parameters
- vector
- Type: LightBuzzVector2D
The vector to interpolate with. - t
- Type: SystemSingle
A proportion between 0 and 1.
See Also