C++
AcAxPoint3d( double x, double y, double z );
Description
Constructs 3D point with coordinates x, y, and z.
Parameters
Parameters | Description |
---|---|
x | Input x coordinate |
y | Input y coordinate |
z | Input z coordinate |
AcAxPoint3d( double x, double y, double z );
Constructs 3D point with coordinates x, y, and z.
Parameters | Description |
---|---|
x | Input x coordinate |
y | Input y coordinate |
z | Input z coordinate |