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