kicad/libs/kimath/include/math
Seth Hillbrand 06786c34d7 Blacklist hashes for 2d integer elements
The hash table for integer hashes is extremely limited and places most
elements in the same buckets.  This leads to a linear search time for
structures built on this.

This blocks hashes, directing the coder to utilize std::set or std::map
structures instead of hash tables for implementing integer-based
lookups.
2022-08-26 08:43:37 -07:00
..
box2.h Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
matrix3x3.h KiCad internal library header file housekeeping. 2021-07-01 13:46:38 -04:00
util.h Handle basic rounding error in schematic import 2022-07-07 11:13:11 -07:00
vector2d.h Blacklist hashes for 2d integer elements 2022-08-26 08:43:37 -07:00
vector3.h Add debug message to VECTOR3 check 2022-07-16 17:28:40 +00:00