Method |
Description |
---|
AcAxPoint2d::AcAxPoint2d () |
Default constructor. Creates a 2D point at the origin. |
AcAxPoint2d::AcAxPoint2d (AcGePoint2d&) |
Constructs 2D point with coordinates in pt. |
AcAxPoint2d::AcAxPoint2d (AcGeVector2d&) |
Constructs 2D point with coordinates in pt. |
AcAxPoint2d::AcAxPoint2d (double, double) |
Constructs 2D point with coordinates X and y. |
AcAxPoint2d::AcAxPoint2d (SAFEARRAY*) |
Constructs 2D point with coordinates in safeArrayPt. The SAFEARRAY is one dimensional and composed of two doubles. |
AcAxPoint2d::AcAxPoint2d (VARIANT&) |
Constructs 2D point with coordinates in var. The VARIANT is composed of a SAFEARRAY of two doubles. |
AcAxPoint2d::AcAxPoint2d (VARIANT*) |
Constructs 2D point with coordinates in var. The VARIANT is composed of a SAFEARRAY of two doubles. |