QuaternionSquadSetup Method

RAGE Plugin Hook Documentation

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

Sets up control points for spherical quadrangle interpolation.

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

public static Quaternion[] SquadSetup(
	Quaternion source1,
	Quaternion source2,
	Quaternion source3,
	Quaternion source4
)

Parameters

source1
Type: RageQuaternion
First source quaternion.
source2
Type: RageQuaternion
Second source quaternion.
source3
Type: RageQuaternion
Third source quaternion.
source4
Type: RageQuaternion
Fourth source quaternion.

Return Value

Type: Quaternion
An array of three quaternions that represent control points for spherical quadrangle interpolation.
See Also

Reference