Vector2SmoothStep Method (Vector2, Vector2, Single, Vector2)

RAGE Plugin Hook Documentation

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

Performs a cubic interpolation between two vectors.

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

public static void SmoothStep(
	ref Vector2 start,
	ref Vector2 end,
	float amount,
	out Vector2 result
)

Parameters

start
Type: RageVector2
Start vector.
end
Type: RageVector2
End vector.
amount
Type: SystemSingle
Value between 0 and 1 indicating the weight of end.
result
Type: RageVector2
When the method completes, contains the cubic interpolation of the two vectors.
See Also

Reference