nalgebra/src/structs/spec
Sébastien Crozet becb77843e Update to the last Rust.
Version of rustc: 0.10-pre (b0ce960 2014-02-17 22:16:51 -0800)
This replaces uses of the `Orderable` trait by a `PartialOrd` trait: the `min` and `max` methods
are replaced by `inf` and `sup` methods.
Vectors do not implement the `Ord` trait any more.

Fix #4
2014-02-18 12:13:40 +01:00
..
complex.rs Huge api change! 2013-10-06 18:07:17 +02:00
identity.rs Implement AbsoluteRotate for Identity. 2013-11-28 20:11:10 +01:00
mat.rs Add a perspective3d free function on the na:: module. 2014-01-01 14:44:51 +01:00
primitives.rs Add a double-trait-dispatch-trick based cast trait 2013-10-09 23:10:43 +02:00
vec0.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00
vec.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00