libcruft-util/coord
Danny Robson 62491b4cec coord: generalise point hashing for all coord types
move the point hashing function into general coord operations. convert
from using std::hash to something we've made so that we know it's going
to spread the bits a little (unlike the default identity of GCC 7).
2017-06-29 16:33:53 +10:00
..
base.hpp coord: prefer cbegin/cend where possible 2017-06-13 14:18:00 +10:00
fwd.hpp quaternion: move out of coord infrastructure 2016-10-17 22:30:16 +11:00
init.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00
iostream.hpp stream: remove unneeded numeric class 2016-06-29 17:52:26 +10:00
names.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00
ops.hpp coord: generalise point hashing for all coord types 2017-06-29 16:33:53 +10:00
store.hpp coord/store: avoid unused variable on non-sse alignment 2017-01-05 19:50:27 +11:00