Sébastien Crozet
|
6dc8139794
|
"Remove" the RMul and LMul trait. Use the regular Mul trait.
Those traits are not really removed since they are useful on generic code (to work around curret
limitations of rust traits system).
|
2013-09-15 11:18:06 +02:00 |
|
Sébastien Crozet
|
2ccd62d558
|
Add methods to set the translation/rotation/transformation directly.
|
2013-09-06 08:48:08 +02:00 |
|
Sébastien Crozet
|
4635d6ebac
|
Add Rotate, Transform, Translate impl for vectors.
|
2013-08-23 16:29:08 +02:00 |
|
Sébastien Crozet
|
833378d83f
|
Add and Identity matrix type.
It implements most matrix traits but all its operations are no-ops.
|
2013-08-23 15:59:26 +02:00 |
|