cgmath/tests
Brendan Zabarauskas 40232ec063 Remove Angle::equiv
Thus relied on the == operator, which doesn't make sense for floats. It seems better to leave this up to clients to decide if they want to normalize.
2016-04-03 13:32:55 +10:00
..
angle.rs Remove Angle::equiv 2016-04-03 13:32:55 +10:00
approx.rs #[should_fail] -> #[should_panic] 2015-03-18 18:21:39 +01:00
matrix.rs Removed constant only used on one place 2016-01-02 16:15:49 +11:00
point.rs Added scalar arithmetic operators for Point types 2016-01-02 10:14:47 +11:00
projection.rs Add all permutations of matrix ops, and remove operator methods 2015-12-21 21:02:40 +11:00
quaternion.rs Added scalar arithmetic operators for Quaternions 2016-01-02 11:13:27 +11:00
rotation.rs Rename SquareMatrix::one to identity 2015-12-06 19:36:38 +11:00
transform.rs Remove ToComponents and CompositeTransform traits 2015-12-13 10:20:53 +11:00
vector.rs Merge pull request #311 from bjz/rename-vector-length 2016-03-28 13:47:50 +11:00