MatrixTranslation Method (Single, Single, Single, Matrix)

RAGE Plugin Hook Documentation

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

Creates a translation matrix using the specified offsets.

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

public static void Translation(
	float x,
	float y,
	float z,
	out Matrix result
)

Parameters

x
Type: SystemSingle
X-coordinate offset.
y
Type: SystemSingle
Y-coordinate offset.
z
Type: SystemSingle
Z-coordinate offset.
result
Type: RageMatrix
When the method completes, contains the created translation matrix.
See Also

Reference