Click or drag to resize
DigitalRunePlaneDistanceFromOrigin Field
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.18.0.0 (1.18.2.14427)
Syntax
public float DistanceFromOrigin

Field Value

Type: Single
Remarks

This value is the plane constant d from the plane equation a * x + b * y + c * z = d. If the Normal is normalized, then 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