Click or drag to resize
GePlane Constructor (Double, Double, Double, Double)
Initializes a new instance of the plane using specified parameters.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GePlane(
	double a,
	double b,
	double c,
	double d
)

Parameters

a
Type: SystemDouble
b
Type: SystemDouble
c
Type: SystemDouble
d
Type: SystemDouble
Remarks