Home | ClipperLib |
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.
Overview, Example, AddPath, PolyTree, Orientation, IntPoint, Paths
Copyright ©2010-2022 Angus Johnson - Clipper2 6.4.2 - Help file built on 31-August-2022