cgmath/tests
Eduard Bopp 666bb56670 Assertion macros for approximate equality
For sake of readability and consistency with the standard library macros
assert! and assert_eq!, the macros assert_approx_eq! and assert_approx_eq_eps!
have been implemented based on the ApproxEq trait.

Upon failure these macros yield readable error messages including the input
values and the tolerance (epsilon) used to determine their approximate
equality.

Resolves #131.
2014-10-23 10:22:34 +02:00
..
aabb.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
angle.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
approx.rs Assertion macros for approximate equality 2014-10-23 10:22:34 +02:00
line.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
matrix.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
plane.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
point.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
projection.rs Fix ortho projection matrix 2014-10-04 20:12:09 -04:00
quaternion.rs Added to_euler which allows moving from to and from euler coordinates. 2014-10-13 21:05:49 -04:00
sphere.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
transform.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00
vector.rs Publicly re-export everything from the root crate 2014-08-16 14:53:54 +10:00