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

Integer point in OrCAD DBU. More...

#include <orcad_records.h>

Public Member Functions

bool operator== (const ORCAD_POINT &aOther) const
 
bool operator!= (const ORCAD_POINT &aOther) const
 

Public Attributes

int x = 0
 
int y = 0
 

Detailed Description

Integer point in OrCAD DBU.

Definition at line 167 of file orcad_records.h.

Member Function Documentation

◆ operator!=()

bool ORCAD_POINT::operator!= ( const ORCAD_POINT & aOther) const
inline

Definition at line 173 of file orcad_records.h.

◆ operator==()

bool ORCAD_POINT::operator== ( const ORCAD_POINT & aOther) const
inline

Definition at line 172 of file orcad_records.h.

References x, and y.

Member Data Documentation

◆ x

◆ y


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