Sébastien Crozet
|
e6156727f2
|
Use full names for everything.
Note that `sqdist` becomes `distance_squared` and `sqnorm` becomes `norm_squared`.
Fix #176.
|
2016-04-17 17:26:58 +02:00 |
Sébastien Crozet
|
02001667f7
|
Fix look_at matrices + implement Display for statically sized structures.
|
2016-03-28 14:56:25 +02:00 |
Sébastien Crozet
|
87a80c2de6
|
Fix tests.
|
2016-03-24 19:44:08 +01:00 |
Sébastien Crozet
|
f8f4924e47
|
Add vector perametrizable by their sizes.
|
2016-03-24 19:03:29 +01:00 |
Sébastien Crozet
|
3cd4221bf7
|
Implement `Row` and `Col` for `DMat`.
Fix #153.
|
2016-01-10 14:49:55 +01:00 |
Sébastien Crozet
|
b859b32804
|
Add tests for `::angle_between` and `::rotation_between`.
|
2015-06-01 22:39:33 +02:00 |
Sébastien Crozet
|
0988b837dc
|
Update to the last rust-nighly.
Version of rustc: rustc 1.0.0-nightly (123a754cb 2015-03-24).
|
2015-03-25 22:39:06 +01:00 |
Jameson Ernst
|
744e9782fc
|
Fix deprecated suffixes in tests
|
2015-03-01 12:35:11 -08:00 |
Eduard Bopp
|
f14f240aa7
|
Migrate random generation to use crates.io rand
The standard library random generation facilities have been deprecated in
favour of a new crate on crates.io.
|
2015-02-17 13:45:16 +01:00 |
Sébastien Crozet
|
4b47b1e98a
|
Use slice and range syntax when possible.
|
2015-01-09 22:46:26 +01:00 |
Sébastien Crozet
|
e6e099b7c4
|
Replace int, and uint, by isize and usize.
|
2015-01-09 22:26:05 +01:00 |
Ben Foppa
|
bd7b4f287f
|
rustup
|
2015-01-07 15:14:40 -05:00 |
Eduard Bopp
|
e3c2d46f03
|
Add trailing ';' to all item macros
This is a fix for the latest nightly, see
https://github.com/rust-lang/rust/pull/19984.
|
2014-12-19 15:33:01 +01:00 |
Sébastien Crozet
|
a2848e6e18
|
Update to the last rust-nightly.
Version of rustc: 0.13.0-nightly (63c4f22f2 2014-11-05 22:31:44 +0000).
|
2014-11-06 14:52:52 +01:00 |
Robin Gloster
|
4e4eb62ffc
|
upgrade to newer rust
|
2014-10-22 13:35:17 +02:00 |
Sébastien Crozet
|
276bf3f999
|
Update to the last rust-nightly.
Version of rustc: 0.13.0-nightly (222ae8b9b 2014-10-18 00:47:22 +0000).
|
2014-10-18 20:52:35 +02:00 |
Sébastien Crozet
|
ba18f5aa70
|
Deprecate `na::`, move all reexport to the root crate.
This also moves the tests and benches to cargo-complient folders.
Fix #21.
|
2014-09-28 19:22:57 +02:00 |