Home | ClipperLib |
Path
Del.» TPath = array of TIntPoint;
C++ » typedef std::vector<IntPoint> Path;
C# » using Path = List<IntPoint>;
This structure contains a sequence of IntPoint vertices defining a single contour (see also terminology). Paths may be open and represent a series of line segments bounded by 2 or more vertices, or they may be closed and represent polygons. Whether or not a path is open depends on context. Closed paths may be 'outer' contours or 'hole' contours. Which they are depends on orientation.
Multiple paths can be grouped into a Paths structure.
See Also
Overview, Example, ClipperBase.AddPath, PolyTree, Orientation, IntPoint, Paths
Copyright ©2010-2014 Angus Johnson - Clipper 6.2.0 - Help file built on 1-November-2014