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

VRageMath.Vector4.Normalize

Malware edited this page Dec 24, 2018 · 17 revisions

IndexVector4

void Normalize()

Summary

Turns the current vector into a unit vector.

Vector4 Normalize(Vector4 vector)

Summary

Creates a unit vector from the specified vector.

void Normalize(ref Vector4 vector, ref Vector4 result)

Summary

Returns a normalized version of the specified vector.

Clone this wiki locally