Click or drag to resize
Vector3Normalize Method

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

Turns the current vector into a unit 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 float Normalize()

Return Value

Type: Single

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

See Also