Click or drag to resize
GeCoordinate Constructor (Double, Double, Double)
Initializes a new instance of the 3D coordinate.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCoordinate(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X ordinate value.
y
Type: SystemDouble
Y ordinate value.
z
Type: SystemDouble
Z ordinate value.
Remarks