nalgebra/tests
Sébastien Crozet 4c58e37910 Make look_at, perspective, and orthographic projection matrices conform to computer-graphics convensions.
The `look_at` method itself has been split into a right-handed and a left-handed variant:
`look_at_rh` and `look_at_lh`.

Fix #171, #158, #88, #79.
2016-03-31 21:22:02 +02:00
..
arbitrary.rs Update to the last rust-nighly. 2015-03-25 22:39:06 +01:00
assert.rs Update for rustc 2015-03-23 14:38:48 +01:00
mat.rs Fix look_at matrices + implement Display for statically sized structures. 2016-03-28 14:56:25 +02:00
quat.rs Implement `Row` and `Col` for `DMat`. 2016-01-10 14:49:55 +01:00
transforms.rs Make look_at, perspective, and orthographic projection matrices conform to computer-graphics convensions. 2016-03-31 21:22:02 +02:00
vec.rs Fix look_at matrices + implement Display for statically sized structures. 2016-03-28 14:56:25 +02:00