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