cgmath/tests
Brendan Zabarauskas b168c03174 Rename identity to one
Zero is the additive identity, so this disambiguates it
2015-10-01 18:56:31 +10:00
..
aabb.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
angle.rs Replace ToDeg/ToRad by From/Into 2015-05-06 16:27:02 +02:00
approx.rs #[should_fail] -> #[should_panic] 2015-03-18 18:21:39 +01:00
frustum.rs Improved Plane, fixed Frustum computation from Matrix4, implemented Frustum contains() tests. 2015-03-15 22:36:09 +03:00
line.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
matrix.rs Rename identity to one 2015-10-01 18:56:31 +10:00
plane.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
point.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
projection.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
quaternion.rs Replace ToMatrix* by Into 2015-05-06 16:27:02 +02:00
rotation.rs Rename identity to one 2015-10-01 18:56:31 +10:00
sphere.rs Fixed all the warnings, compile issues, and tests 2015-04-04 22:31:18 -04:00
transform.rs Fixed all the warnings, compile issues, and tests 2015-04-04 22:31:18 -04:00
vector.rs Rename comp_{add, mul} to {sum, product} 2015-10-01 18:52:55 +10:00