Vector3TransformCoordinate Method (Vector3, Int32, Matrix, Vector3, Int32, Int32)

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,
	int inputStride,
	Matrix* transformation,
	Vector3* coordinatesOut,
	int outputStride,
	int count
)

Parameters

coordinatesIn
Type: RageVector3*
The source coordinate vectors.
inputStride
Type: SystemInt32
The stride in bytes between vectors in the input.
transformation
Type: RageMatrix*
The transformation Matrix.
coordinatesOut
Type: RageVector3*
The transformed coordinate Vector3s.
outputStride
Type: SystemInt32
The stride in bytes between vectors in the output.
count
Type: SystemInt32
The number of coordinate vectors to transform.
See Also

Reference