Click or drag to resize
GePoint Constructor (Double, Double, Double)
Initializes a new instance of the GePoint class

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

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
z
Type: SystemDouble
See Also