C++
AcAxPoint2d( double x, double y );
Description
Constructs 2D point with coordinates X and y.
Parameters
| Parameters | Description |
|---|---|
| x | Input x coordinate |
| y | Input y coordinate |
AcAxPoint2d( double x, double y );
Constructs 2D point with coordinates X and y.
| Parameters | Description |
|---|---|
| x | Input x coordinate |
| y | Input y coordinate |