Vector2TransformNormal Method (Vector2, Matrix)

RAGE Plugin Hook Documentation

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

Performs a normal transformation using the given Matrix.

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

public static Vector2 TransformNormal(
	Vector2 normal,
	Matrix transformation
)

Parameters

normal
Type: RageVector2
The normal vector to transform.
transformation
Type: RageMatrix
The transformation Matrix.

Return Value

Type: Vector2
The transformed normal.
See Also

Reference