libcruft-util/coord
Danny Robson ff86357b83 coord/ops: use full types for is_coord
rather than passing the template class we pass the fully specified
template; ie point<3,float> rather than point.

this makes it dramatically easier to use is_coord in foreign code at the
cost of making the library code slightly more verbose. we no longer have
to obtain a typedef for the root coord class somehow.
2016-09-22 16:20:32 +10:00
..
base.hpp coord/base: add cbegin and cend members 2016-09-21 22:23:20 +10:00
fwd.hpp coord/fwd: use fwd header for ops 2016-08-11 14:22:53 +10:00
init.hpp coord: add constexpr constructors 2015-07-21 01:38:36 +10:00
iostream.hpp stream: remove unneeded numeric class 2016-06-29 17:52:26 +10:00
names.hpp quaternion: update to use coord framework 2016-08-10 17:42:52 +10:00
ops.hpp coord/ops: use full types for is_coord 2016-09-22 16:20:32 +10:00
store.hpp quaternion: update to use coord framework 2016-08-10 17:42:52 +10:00