MathHelperInterpolateLinearlyTo Method (Single, Single, Single, Single)

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.MathHelper.InterpolateLinearlyTo(System.Single,System.Single,System.Single,System.Single)"]

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

public static float InterpolateLinearlyTo(
	float current,
	float target,
	float deltaTime,
	float speed
)

Parameters

current
Type: SystemSingle

[Missing <param name="current"/> documentation for "M:Rage.MathHelper.InterpolateLinearlyTo(System.Single,System.Single,System.Single,System.Single)"]

target
Type: SystemSingle

[Missing <param name="target"/> documentation for "M:Rage.MathHelper.InterpolateLinearlyTo(System.Single,System.Single,System.Single,System.Single)"]

deltaTime
Type: SystemSingle

[Missing <param name="deltaTime"/> documentation for "M:Rage.MathHelper.InterpolateLinearlyTo(System.Single,System.Single,System.Single,System.Single)"]

speed
Type: SystemSingle

[Missing <param name="speed"/> documentation for "M:Rage.MathHelper.InterpolateLinearlyTo(System.Single,System.Single,System.Single,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Rage.MathHelper.InterpolateLinearlyTo(System.Single,System.Single,System.Single,System.Single)"]

See Also

Reference