KiCad PCB EDA Suite
Loading...
Searching...
No Matches
geom_test_utils.cpp File Reference
#include "geom_test_utils.h"

Go to the source code of this file.

Functions

std::string toString (const POINT_TYPE &aType)
 
std::ostream & operator<< (std::ostream &os, const TYPED_POINT2I &aPt)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const TYPED_POINT2I & aPt )

Definition at line 21 of file geom_test_utils.cpp.

References TYPED_POINT2I::m_point, and TYPED_POINT2I::m_types.

◆ toString()

std::string toString ( const POINT_TYPE & aType)

Definition at line 6 of file geom_test_utils.cpp.

References PT_CENTER, PT_CORNER, PT_END, PT_INTERSECTION, PT_MID, PT_NONE, and PT_QUADRANT.