Click or drag to resize
Vector3Normalize Method (Vector3)

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

Creates a unit vector from the specified vector. The result is a vector one unit in length pointing in the same direction as the original vector.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 Normalize(
	Vector3 value
)

Parameters

value
Type: VRageMathVector3
The source Vector3.

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.Normalize(VRageMath.Vector3)"]

See Also