The distance of the plane from the origin (also known as the "plane constant").

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

Syntax

C#
public float DistanceFromOrigin
Visual Basic
Public DistanceFromOrigin As Single
Visual C++
public:
float DistanceFromOrigin

Remarks

This value is the distance from the plane point nearest to the origin projected onto the normal vector. This distance can be negative to signify a negative plane offset.

See Also