C++
GE_DLLEXPIMPORT AcGeVector2d( double x, double y );
Description
Constructs a 2D vector with coordinates xx and yy correspondingly.
Parameters
| Parameters | Description |
|---|---|
| xx | Input X coordinate |
| yy | Input Y coordinate |
GE_DLLEXPIMPORT AcGeVector2d( double x, double y );
Constructs a 2D vector with coordinates xx and yy correspondingly.
| Parameters | Description |
|---|---|
| xx | Input X coordinate |
| yy | Input Y coordinate |