Commit Graph

15 Commits

Author SHA1 Message Date
2658b41ea1 relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
e7fba43935 colour: add hsv field names 2015-04-09 21:50:22 +10:00
532dc415a4 colour: allow arbitrary colour dimensions 2015-04-09 18:00:40 +10:00
bd88832df3 coord: move cast/redim operations to coord 2015-04-09 17:58:47 +10:00
5428c93b9a coord: pass client class to coord base
allows common typesafe implementation of cast and redim
2015-04-09 17:47:35 +10:00
e1b03e0735 coord: express negate with scalar value multiply
we don't have universal scalar reference operations implemented, this
avoids a temporary and removes compile errors
2015-04-08 14:53:55 +10:00
14e5f4ca2d coord/ops: enable vector-point element operations 2015-04-07 17:01:50 +10:00
5d9c2b1696 c/base: add convenience type conversion operator 2015-03-11 22:58:14 +11:00
0ba8b414b4 coord/ops: comments 2015-03-07 03:18:32 +11:00
3f07f6edf7 coord/ops: negation operator 2015-03-07 03:18:13 +11:00
869125e308 coord/ops: correct order of operators scalar ops 2015-03-07 03:17:22 +11:00
e69d970e22 coord/ops: add max/min vector and element 2015-03-06 17:52:25 +11:00
b96ccef8ba coord/ops: use relative include paths
assists when building external projects
2015-03-06 02:01:50 +11:00
9d58f835a9 coord/ops: consistency in forward declarations 2015-03-06 02:01:32 +11:00
e461654de8 coord: split coord header into components 2015-03-06 01:46:01 +11:00