Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Vector3D.Normalized

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

IndexNamespace IndexVector3D

Summary

public Vector3D 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

Vector3D

Normalized vector

Clone this wiki locally