cgmath/tests
Brendan Zabarauskas b6199ca702 Remove PartialOrd
Closes #396

This removes `PartialOrd` and makes `BaseNum` and `BaseFloat` simple trait aliases. This should allow more types to be used as parameters in the cgmath data types at the expense of removing `Array::min` and `Array::max`.
2017-05-06 17:12:52 +10:00
..
angle.rs Implement Sum for Angle 2017-04-26 21:56:02 +10:00
matrix.rs Clean up Sum and Product impls 2017-04-26 21:56:02 +10:00
point.rs Added tests for the added cast functions of matrix and point. 2016-10-03 13:20:57 +02:00
projection.rs Add all permutations of matrix ops, and remove operator methods 2015-12-21 21:02:40 +11:00
quaternion.rs Implement Sum for Angle 2017-04-26 21:56:02 +10:00
rotation.rs Moved angle types to tuple structs 2016-07-31 20:40:31 -07:00
transform.rs Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
vector.rs Remove PartialOrd 2017-05-06 17:12:52 +10:00
vector4f32.rs Remove PartialOrd 2017-05-06 17:12:52 +10:00