KiCad PCB EDA Suite
|
#include <polygon_2d.h>
Public Attributes | |
SFVEC2F | m_Start |
SFVEC2F | m_Precalc_slope |
SEG_NORMALS | m_Normals |
Definition at line 53 of file polygon_2d.h.
SEG_NORMALS SEGMENT_WITH_NORMALS::m_Normals |
Definition at line 57 of file polygon_2d.h.
SFVEC2F SEGMENT_WITH_NORMALS::m_Precalc_slope |
Definition at line 56 of file polygon_2d.h.
Referenced by intersect().
SFVEC2F SEGMENT_WITH_NORMALS::m_Start |
Definition at line 55 of file polygon_2d.h.
Referenced by ConvertPolygonToBlocks(), and intersect().