Overload List
| Method | Description |
|---|---|
AcGePointOnCurve2d::AcGePointOnCurve2d () | Default constructor. Constructs a point on the curve AcGeLine2d::kXAxis at the parameter value 0.0. |
AcGePointOnCurve2d::AcGePointOnCurve2d (AcGeCurve2d&) | Constructs a point on the input curve at the parameter value 0.0. |
AcGePointOnCurve2d::AcGePointOnCurve2d (AcGeCurve2d&, double) | Constucts a point on the input curve at the specified parameter value. |
AcGePointOnCurve2d::AcGePointOnCurve2d (AcGePointOnCurve2d&) | Constructs an AcGePointOnCurve2d object that is a copy of the input object. |
