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

VRageMath.Plane.D

Malware edited this page Dec 13, 2025 · 13 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace IndexPlane

Summary

public float D

The distance of the Plane 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

float

Clone this wiki locally