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