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(
	Vector3[] coordinatesIn,
	ref Matrix transformation,
	Vector3[] coordinatesOut
)

Parameters

coordinatesIn
Type: RageVector3
The source coordinate vectors.
transformation
Type: RageMatrix
The transformation Matrix.
coordinatesOut
Type: RageVector3
The transformed coordinate Vector3s.
See Also

Reference