| PlaneShapeDistanceFromOrigin Property |
Gets or sets the distance of the plane from the origin (also known as the "plane constant").
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float DistanceFromOrigin { get; set; }
Public Property DistanceFromOrigin As Single
Get
Set
public:
property float DistanceFromOrigin {
float get ();
void set (float value);
}
member DistanceFromOrigin : float32 with get, set
Property Value
Type:
SingleThe 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