Share

AcAxPoint2d::AcAxPoint2d

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

Links

AcAxPoint2d

Was this information helpful?