Vector3TransformCoordinate Method (Vector3, Matrix, Vector3)

RAGE Plugin Hook Documentation

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

Performs a coordinate transformation using the given Matrix.

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

public static void TransformCoordinate(
	ref Vector3 coordinate,
	ref Matrix transformation,
	out Vector3 result
)

Parameters

coordinate
Type: RageVector3
The coordinate vector to transform.
transformation
Type: RageMatrix
The transformation Matrix.
result
Type: RageVector3
When the method completes, contains the transformed coordinates.
See Also

Reference