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

VRageMath.Plane.Normalize

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexPlane

Summary

public void Normalize()

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

Summary

public static 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 static void Normalize(ref Plane value, out Plane result)

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

Parameters

Clone this wiki locally