Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector4D.Normalize

Malware edited this page Dec 24, 2018 · 17 revisions

IndexVector4D

void Normalize()

Summary

Turns the current vector into a unit vector.

Vector4D Normalize(Vector4D vector)

Summary

Creates a unit vector from the specified vector.

void Normalize(ref Vector4D vector, ref Vector4D result)

Summary

Returns a normalized version of the specified vector.

Clone this wiki locally