Vector3Hermite Method (Vector3, Vector3, Vector3, Vector3, Single)

RAGE Plugin Hook Documentation

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

Performs a Hermite spline interpolation.

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

public static Vector3 Hermite(
	Vector3 value1,
	Vector3 tangent1,
	Vector3 value2,
	Vector3 tangent2,
	float amount
)

Parameters

value1
Type: RageVector3
First source position vector.
tangent1
Type: RageVector3
First source tangent vector.
value2
Type: RageVector3
Second source position vector.
tangent2
Type: RageVector3
Second source tangent vector.
amount
Type: SystemSingle
Weighting factor.

Return Value

Type: Vector3
The result of the Hermite spline interpolation.
See Also

Reference