Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ClipperLib::IntersectNode Struct Reference

#include <src/clipper/clipper.hpp>

+ Collaboration diagram for ClipperLib::IntersectNode:

Public Member Functions

 IntersectNode (TEdge *Edge1, TEdge *Edge2, IntPoint Pt)
 

Public Attributes

TEdgeEdge1
 
TEdgeEdge2
 
IntPoint Pt
 

Detailed Description

Constructor & Destructor Documentation

◆ IntersectNode()

ClipperLib::IntersectNode::IntersectNode ( TEdge Edge1,
TEdge Edge2,
IntPoint  Pt 
)
inline
261 :
262 Edge1(Edge1), Edge2(Edge2), Pt(Pt) {}
TEdge * Edge1
Definition clipper.hpp:263
IntPoint Pt
Definition clipper.hpp:265
TEdge * Edge2
Definition clipper.hpp:264

Member Data Documentation

◆ Edge1

TEdge* ClipperLib::IntersectNode::Edge1

◆ Edge2

TEdge* ClipperLib::IntersectNode::Edge2

◆ Pt

IntPoint ClipperLib::IntersectNode::Pt

The documentation for this struct was generated from the following file: