Vector4Normalize Method (Vector4)

RAGE Plugin Hook Documentation

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

Converts the vector into a unit vector.

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

public static Vector4 Normalize(
	Vector4 vector
)

Parameters

vector
Type: RageVector4
The vector to normalize.

Return Value

Type: Vector4
The normalized vector.
See Also

Reference