ClipperLib::OutPt Struct Reference
Public Attributes | |
| int | Idx |
| OutPt * | Next |
| OutPt * | Prev |
| IntPoint | Pt |
Member Data Documentation
◆ Idx
| int ClipperLib::OutPt::Idx |
Referenced by ClipperLib::SlopesNearCollinear().
◆ Next
| OutPt* ClipperLib::OutPt::Next |
Referenced by ClipperLib::Orientation(), ClipperLib::Param1RightOfParam2(), and ClipperLib::SlopesNearCollinear().
◆ Prev
| OutPt* ClipperLib::OutPt::Prev |
Referenced by ClipperLib::Param1RightOfParam2(), ClipperLib::PointCount(), and ClipperLib::SlopesNearCollinear().
◆ Pt
| IntPoint ClipperLib::OutPt::Pt |
Referenced by ClipperLib::DupOutPt(), ClipperLib::Orientation(), and ClipperLib::PointCount().
The documentation for this struct was generated from the following file:
- src/Mod/Path/libarea/clipper.cpp
1.8.17