cgmath/src
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 Rename comp_{add, mul} to {sum, product} 2015-10-01 18:52:55 +10:00
angle.rs Consistently use associated functions throughout codebase 2015-09-30 09:32:25 +10:00
approx.rs Fixed the num crate 2015-04-24 23:28:31 -04:00
array.rs Remove {Array1, Array2}::map method 2015-09-29 09:47:57 +10:00
bound.rs Added Bound::relate_clip_space with default implementation 2015-03-15 22:37:11 +03:00
cylinder.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
frustum.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
intersect.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
lib.rs Get cgmath building in beta by removing remaining unstable feature use. Benching is unstable and therefore only available on nightly; removed from travis in the interim. 2015-05-06 15:57:15 +02:00
line.rs Consistently use associated functions throughout codebase 2015-09-30 09:32:25 +10:00
matrix.rs Rename identity to one 2015-10-01 18:56:31 +10:00
num.rs Fixed the num crate 2015-04-24 23:28:31 -04:00
obb.rs s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
plane.rs Consistently use associated functions throughout codebase 2015-09-30 09:32:25 +10:00
point.rs Implement binary operators for points 2015-09-30 18:23:01 +10:00
projection.rs Consistently use associated functions throughout codebase 2015-09-30 09:32:25 +10:00
quaternion.rs Rename identity to one 2015-10-01 18:56:31 +10:00
ray.rs Add PhantomData to ray 2015-03-29 17:35:47 -04:00
rotation.rs Rename identity to one 2015-10-01 18:56:31 +10:00
sphere.rs Consistently use associated functions throughout codebase 2015-09-30 09:32:25 +10:00
transform.rs Rename identity to one 2015-10-01 18:56:31 +10:00
vector.rs Rename identity to one 2015-10-01 18:56:31 +10:00