Overload List
| Method | Description |
|---|---|
AcGeVector2d::AcGeVector2d () | Constructor. Creates a vector at the origin. |
AcGeVector2d::AcGeVector2d (AcGeVector2d&) | Copy constructor. |
AcGeVector2d::AcGeVector2d (double, double) | Constructs a 2D vector with coordinates xx and yy correspondingly. |
