Click or drag to resize
GeCoordinate Constructor (Double, Double, Double, Double)
Initializes a new instance of the 3.5D 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,
	double m
)

Parameters

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