Collapse All
Expand All
C#
SGPRTL and SGP.XUtility documentation
XPlane
.
.
::
.
D Property
XPlane Structure
See Also
Send Feedback
Gets or sets the "D" parameter of the line scalar equation.
Namespace:
SGP.XSpace
Assembly:
SGPRTL
(in SGPRTL.dll)
Version:
1.2.3019.18825
Syntax
C#
public
float
D
{
get
;
set
; }
Field Value
The value corresponds to the negative value of a scalar multiplication of the plane normal and the plane point that is defined by the equation d = -a*a1 - b*a2 - c*a3 where (a,b,c) is the plane normal, A = (a1, a2, a3) is the plane point.
See Also
XPlane Structure
SGP.XSpace Namespace