nalgebra/src/traits
Sébastien Crozet 90e40aaec0 Make most out-of-place methods static.
This is to make people prefer the functional style.
Things like `a.dot(b)` dont make sense per se (there is no reason for `a` to have a different
status than `b`). Using static methods avoid this.

In-place methods are left unchanged.
2013-10-16 21:44:33 +02:00
..
geometry.rs Make most out-of-place methods static. 2013-10-16 21:44:33 +02:00
mod.rs Add a double-trait-dispatch-trick based cast trait 2013-10-09 23:10:43 +02:00
operations.rs Make most out-of-place methods static. 2013-10-16 21:44:33 +02:00
structure.rs Make most out-of-place methods static. 2013-10-16 21:44:33 +02:00