KiCad PCB EDA Suite
Loading...
Searching...
No Matches
mirror.h File Reference

Go to the source code of this file.

Functions

template<typename T >
MIRRORVAL (T aPoint, T aMirrorRef)
 Returns the mirror of aPoint relative to the aMirrorRef.
 
template<typename T >
void MIRROR (T &aPoint, const T &aMirrorRef)
 Updates aPoint with the mirror of aPoint relative to the aMirrorRef.
 

Function Documentation

◆ MIRROR()

◆ MIRRORVAL()

template<typename T >
T MIRRORVAL ( aPoint,
aMirrorRef 
)