Share

AcGePosition2d Constructor

Overload List

Method Description
AcGePosition2d::AcGePosition2d () Default constructor. Constructs a 2D position object with coordinates of (0,0).
AcGePosition2d::AcGePosition2d (AcGePoint2d&) Constructs a 2D position object with the same coordinates as the input point.
AcGePosition2d::AcGePosition2d (AcGePosition2d&) Constructs a 2D position object that is a copy of the input position object.
AcGePosition2d::AcGePosition2d (double, double) Constructs a 2D position object that has the specified coordinates.

Was this information helpful?