cgmath/src/cgmath
2014-02-24 10:33:31 +04:00
..
aabb.rs Temporary workaround for the fact that std::num::Orderable is now removed. 2014-02-15 17:22:21 -05:00
angle.rs Updated to latest Rust 2014-02-24 10:33:31 +04:00
approx.rs look_at() implemented as a part of Transform trait 2014-01-25 17:26:06 -05:00
array.rs Fix renamed structures: 2014-01-19 21:04:48 -05:00
cylinder.rs Add collision types 2013-09-05 17:19:31 +10:00
frustum.rs New ApproxEq replaced the one in std 2014-01-08 19:26:50 -05:00
intersect.rs Add trait for defining intersections 2013-09-10 14:51:14 +10:00
lib.rs Add Makefile and enable rust-ci doc export 2014-02-14 07:18:10 +11:00
matrix.rs look_at() implemented as a part of Transform trait 2014-01-25 17:26:06 -05:00
obb.rs Follow rustic naming conventions 2013-09-17 14:39:18 +10:00
plane.rs New ApproxEq replaced the one in std 2014-01-08 19:26:50 -05:00
point.rs Updated to latest Rust 2014-02-24 10:33:31 +04:00
projection.rs New ApproxEq replaced the one in std 2014-01-08 19:26:50 -05:00
ptr.rs Changed 'self lifetime to 'a 2013-12-12 00:26:01 -08:00
quaternion.rs Temporary workaround for the fact that std::num::Orderable is now removed. 2014-02-15 17:22:21 -05:00
ray.rs Rotation is generalized over dimensions 2013-11-01 07:34:39 -04:00
rotation.rs Rotation2 and Rotation3 improved with from_* methods. Betwee_vecs implemented for all rotations. 2014-01-29 19:27:39 -05:00
sphere.rs Remove unnecessary parentheses 2014-01-26 05:02:30 +11:00
transform.rs replace fmt::Default with fmt::Show 2014-02-02 20:51:43 -08:00
vector.rs Updated to latest Rust 2014-02-24 10:33:31 +04:00