Vector3Transform Method (Vector3, Matrix)

RAGE Plugin Hook Documentation

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

Transforms a 3D vector by the given Matrix.

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

public static Vector4 Transform(
	Vector3 vector,
	Matrix transformation
)

Parameters

vector
Type: RageVector3
The source vector.
transformation
Type: RageMatrix
The transformation Matrix.

Return Value

Type: Vector4
The transformed Vector4.
See Also

Reference