KiCad PCB EDA Suite
|
#include <point_types.h>
Public Member Functions | |
TYPED_POINT2I (const VECTOR2I &aVec, int aTypes) | |
bool | operator== (const TYPED_POINT2I &) const =default |
Public Attributes | |
VECTOR2I | m_point |
int | m_types |
Definition at line 75 of file point_types.h.
|
inline |
Definition at line 82 of file point_types.h.
|
default |
VECTOR2I TYPED_POINT2I::m_point |
Definition at line 77 of file point_types.h.
Referenced by operator<<(), and GRID_HELPER::updateSnapPoint().
int TYPED_POINT2I::m_types |
Definition at line 79 of file point_types.h.
Referenced by operator<<(), and GRID_HELPER::updateSnapPoint().