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

Summary

public void Normalize()

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

Summary

public Plane Normalize(Plane value)

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

Returns

Plane

Parameters

Summary

public void Normalize(ref Plane value, ref Plane result)

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

Parameters

Clone this wiki locally