KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
bool | VectorsInSameQuadrant (const VECTOR2I &aA, const VECTOR2I &aB) |
Check if two vectors point into the same quadrant. | |
Check if two vectors point into the same quadrant.
Definition at line 34 of file half_line.cpp.
References VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by HALF_LINE::Contains(), and HALF_LINE::Intersect().