Overload List
Method | Description |
---|---|
![]() | Default constructor. Used as a placeholder only. No data members are allocated. |
![]() | Constructs an augmented polyline, which is identical to the input object. |
![]() | Constructs polyline which approximates the input curve. Each vertex of the polyline lies on the input curve. The maximum distance from any point on any segment of the polyline to the input curve does not exceed approxEps. |
![]() | Constructs object by knots, control points, and vectors. |
![]() | Constructs object representing a 3D polyline with attached vectors at each control point. |