Vector4Transform Method (Vector4, Matrix, Vector4)

RAGE Plugin Hook Documentation

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

Transforms a 4D vector by the given Matrix.

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

public static void Transform(
	ref Vector4 vector,
	ref Matrix transformation,
	out Vector4 result
)

Parameters

vector
Type: RageVector4
The source vector.
transformation
Type: RageMatrix
The transformation Matrix.
result
Type: RageVector4
When the method completes, contains the transformed Vector4.
See Also

Reference