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

VRageMath.Plane.Normalize

Malware edited this page Dec 25, 2018 · 17 revisions

IndexPlane

Summary

public void Normalize()

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

Returns

Example

Remarks

Summary

public public sealed struct Plane Normalize(public sealed struct Plane value)

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

Returns

Example

Remarks

Summary

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

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

Returns

Example

Remarks

Clone this wiki locally