Vector4CatmullRom Method (Vector4, Vector4, Vector4, Vector4, Single, Vector4)

RAGE Plugin Hook Documentation

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

Performs a Catmull-Rom interpolation using the specified positions.

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

public static void CatmullRom(
	ref Vector4 value1,
	ref Vector4 value2,
	ref Vector4 value3,
	ref Vector4 value4,
	float amount,
	out Vector4 result
)

Parameters

value1
Type: RageVector4
The first position in the interpolation.
value2
Type: RageVector4
The second position in the interpolation.
value3
Type: RageVector4
The third position in the interpolation.
value4
Type: RageVector4
The fourth position in the interpolation.
amount
Type: SystemSingle
Weighting factor.
result
Type: RageVector4
When the method completes, contains the result of the Catmull-Rom interpolation.
See Also

Reference