C++
GE_DLLEXPIMPORT AcGePoint2d( double x, double y );
Description
Constructs 2d-point with coordinates xx and yy.
Parameters
| Parameters | Description |
|---|---|
| xx | Input x coordinate |
| yy | Input y coordinate |
GE_DLLEXPIMPORT AcGePoint2d( double x, double y );
Constructs 2d-point with coordinates xx and yy.
| Parameters | Description |
|---|---|
| xx | Input x coordinate |
| yy | Input y coordinate |