| 
    KiCad PCB EDA Suite
    
   | 
 
Public Types | |
| using | Index = int | 
Public Member Functions | |
| FractureEdge ()=default | |
| FractureEdge (const VECTOR2I &p1, const VECTOR2I &p2, Index next) | |
| bool | matches (int y) const | 
Public Attributes | |
| VECTOR2I | m_p1 | 
| VECTOR2I | m_p2 | 
| Index | m_next | 
Definition at line 1205 of file shape_poly_set.cpp.
| using FractureEdge::Index = int | 
Definition at line 1207 of file shape_poly_set.cpp.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 1218 of file shape_poly_set.cpp.
Referenced by processHole().
| Index FractureEdge::m_next | 
Definition at line 1225 of file shape_poly_set.cpp.
Referenced by FractureEdge(), fractureSingleCacheFriendly(), and processHole().
| VECTOR2I FractureEdge::m_p1 | 
Definition at line 1223 of file shape_poly_set.cpp.
Referenced by FractureEdge(), fractureSingleCacheFriendly(), matches(), and processHole().
| VECTOR2I FractureEdge::m_p2 | 
Definition at line 1224 of file shape_poly_set.cpp.
Referenced by FractureEdge(), matches(), and processHole().