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

VRageMath.PlaneD.D

Malware edited this page May 4, 2019 · 12 revisions

IndexNamespace IndexPlaneD

Summary

public double D

The distance of the PlaneD along its normal from the origin. Note: Be careful! The distance is signed and is the opposite of what people usually expect. If you look closely at the plane equation: (n dot P) + D = 0, you'll realize that D = - (n dot P) (that is, negative instead of positive)

Returns

double

Clone this wiki locally