Commit Graph

4 Commits

Author SHA1 Message Date
d3f434b523 coord: make template parameters more flexible
The coordinate system was unable to support types that prohibited
redim or retype operations. Additionally, the `tags' type used for
providing named data parameters was unwiedly.

We remove much of the dependance on template template parameters in the
defined operations and instead define these in terms of a template
specialisation of is_coord.

The tag types were replaced with direct specialisation of the `store'
struct by the primary type, and passing this type through use of the
CRTP.
2017-11-22 17:03:00 +11:00
e96ef7af32 quaternion: move out of coord infrastructure 2016-10-17 22:30:16 +11:00
efb2657798 coord/fwd: use fwd header for ops 2016-08-11 14:22:53 +10:00
fe8bbd1b61 coord: add forward declarations 2016-07-28 13:45:44 +10:00