MathHelperLerp Method (Double, Double, 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 double Lerp(
	double start,
	double end,
	float percent
)

Parameters

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

Return Value

Type: Double
The new value.
See Also

Reference