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 Apr 8, 2019 · 16 revisions

IndexNamespace IndexPlaneD

Summary

public void Normalize()

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

Summary

public static PlaneD Normalize(PlaneD value)

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

Returns

PlaneD

Parameters

Summary

public static void Normalize(ref PlaneD value, ref PlaneD result)

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

Parameters

Clone this wiki locally