cgmath/tests
Ben Boeckel 240559b941 iter traits: impl iter::{Sum, Product}
This adds `Sum` trait for the `MatrixN`, `VectorN`, `Quaternion`
structures and the `Product` trait for `MatrixN`, `BasisN` and
`Quaternion`.

It also add constraints on the `Rotation` and `SquareMatrix` to require
the `Product` trait and `VectorSpace` to require `Sum`.
2017-04-25 11:01:18 -04:00
..
angle.rs Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
matrix.rs iter traits: impl iter::{Sum, Product} 2017-04-25 11:01:18 -04: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 iter traits: impl iter::{Sum, Product} 2017-04-25 11:01:18 -04: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 iter traits: impl iter::{Sum, Product} 2017-04-25 11:01:18 -04:00
vector4f32.rs Add newline at end of file 2017-03-12 15:59:06 +08:00