Skip to content

VRageMath.Vector3.Normalized

Morten Aune Lyrstad edited this page Apr 13, 2023 · 1 revision

IndexNamespace IndexVector3

Summary

public Vector3 Normalized()

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.

Returns

Vector3

Normalized vector

Clone this wiki locally