Click or drag to resize
DigitalRunePlaneShapeDistanceFromOrigin Property
Gets or sets 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 { get; set; }

Property Value

Type: Single
The distance from the origin.
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