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

VRageMath.PlaneD.Normalize

Malware edited this page Dec 24, 2018 · 16 revisions

IndexPlaneD

void Normalize()

Summary

Changes the coefficients of the Normal vector of this PlaneD to make it of unit length.

PlaneD Normalize(PlaneD value)

Summary

Changes the coefficients of the Normal vector of a PlaneD to make it of unit length.

void Normalize(ref PlaneD value, ref PlaneD result)

Summary

Changes the coefficients of the Normal vector of a PlaneD to make it of unit length.

Clone this wiki locally