Click or drag to resize

GH_Point2D Constructor

Constructor.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public GH_Point2D(
	double nx,
	double ny
)

Parameters

nx
Type: SystemDouble
X coordinate of point.
ny
Type: SystemDouble
Y coordinate of point.
See Also