KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FractureEdgeSlow Struct Reference

Public Member Functions

 FractureEdgeSlow (int y=0)
 
 FractureEdgeSlow (bool connected, const VECTOR2I &p1, const VECTOR2I &p2)
 
bool matches (int y) const
 

Public Attributes

bool m_connected
 
VECTOR2I m_p1
 
VECTOR2I m_p2
 
FractureEdgeSlowm_next
 

Detailed Description

Definition at line 1440 of file shape_poly_set.cpp.

Constructor & Destructor Documentation

◆ FractureEdgeSlow() [1/2]

FractureEdgeSlow::FractureEdgeSlow ( int y = 0)
inline

Definition at line 1442 of file shape_poly_set.cpp.

References m_connected, m_next, m_p1, and m_p2.

◆ FractureEdgeSlow() [2/2]

FractureEdgeSlow::FractureEdgeSlow ( bool connected,
const VECTOR2I & p1,
const VECTOR2I & p2 )
inline

Definition at line 1444 of file shape_poly_set.cpp.

References m_connected, m_next, m_p1, and m_p2.

Member Function Documentation

◆ matches()

bool FractureEdgeSlow::matches ( int y) const
inline

Definition at line 1449 of file shape_poly_set.cpp.

References m_p1, and m_p2.

Member Data Documentation

◆ m_connected

bool FractureEdgeSlow::m_connected

◆ m_next

FractureEdgeSlow* FractureEdgeSlow::m_next

◆ m_p1

VECTOR2I FractureEdgeSlow::m_p1

◆ m_p2

VECTOR2I FractureEdgeSlow::m_p2

Definition at line 1456 of file shape_poly_set.cpp.

Referenced by FractureEdgeSlow(), FractureEdgeSlow(), matches(), and processEdge().


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