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
..
2016-08-11 14:22:53 +10:00
2015-07-21 01:38:36 +10:00
2016-09-22 16:20:32 +10:00