Share

AcGePoint2d::AcGePoint2d

C++

GE_DLLEXPIMPORT AcGePoint2d(
    double x, 
    double y
);

Description

Constructs 2d-point with coordinates xx and yy.

Parameters

Parameters Description
xx Input x coordinate
yy Input y coordinate

Links

AcGePoint2d

Was this information helpful?