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

#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
 

Detailed Description

Definition at line 75 of file point_types.h.

Constructor & Destructor Documentation

◆ TYPED_POINT2I()

TYPED_POINT2I::TYPED_POINT2I ( const VECTOR2I aVec,
int  aTypes 
)
inline

Definition at line 82 of file point_types.h.

Member Function Documentation

◆ operator==()

bool TYPED_POINT2I::operator== ( const TYPED_POINT2I ) const
default

Member Data Documentation

◆ m_point

VECTOR2I TYPED_POINT2I::m_point

Definition at line 77 of file point_types.h.

Referenced by operator<<(), and GRID_HELPER::updateSnapPoint().

◆ m_types

int TYPED_POINT2I::m_types

Definition at line 79 of file point_types.h.

Referenced by operator<<(), and GRID_HELPER::updateSnapPoint().


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