MatrixTranslation Method (Vector3)

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 Matrix Translation(
	Vector3 amount
)

Parameters

amount
Type: RageVector3
The offset for all three coordinate planes.

Return Value

Type: Matrix
The created translation matrix.
See Also

Reference