MathHelperLerp Method (Single, Single, Single)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets a new value between the specified start and end values, designated by the percentage.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static float Lerp(
	float start,
	float end,
	float percent
)

Parameters

start
Type: SystemSingle
The start.
end
Type: SystemSingle
The end.
percent
Type: SystemSingle
The percent.

Return Value

Type: Single
The new value.
See Also

Reference