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
|
ccce2f2a3f
|
Fix tests and benches.
|
2015-01-09 22:58:17 +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 |
arturo
|
fc1fd16e20
|
fixes compiling on alpha 1.0
|
2015-01-09 21:55:15 +01:00 |
Ben Foppa
|
bd7b4f287f
|
rustup
|
2015-01-07 15:14:40 -05: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
|
5ba9f27530
|
Add quaternions.
Fix #24.
|
2014-10-14 22:20:49 +02:00 |