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

VRageMath.Plane.Normalize

Malware edited this page Dec 25, 2018 · 16 revisions

IndexPlane

csharpvoid Normalize()##### Summary

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

csharp[Plane](VRageMath.Plane) Normalize([Plane](VRageMath.Plane) value)##### Summary

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

csharpvoid Normalize(ref [Plane](VRageMath.Plane) value, ref [Plane](VRageMath.Plane) result)##### Summary

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

Clone this wiki locally