cgmath/src
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 Make epsilon an associated type on ApproxEq 2015-11-03 14:00:39 +11:00
array.rs Remove extraneous operator overloads on vectors, and add Elementwise trait 2016-03-26 13:28:49 +11:00
conv.rs Add constrained conversion functions 2016-03-26 16:41:31 +11:00
lib.rs Merge remote-tracking branch 'origin/master' into element-wise 2016-03-27 16:43:20 +11:00
macros.rs Make macro usage more like existing style 2016-01-02 00:09:11 +11:00
matrix.rs Mark some types as #[repr(C, packed)] 2016-03-25 12:42:17 +11:00
num.rs Remove extraneous operator overloads on vectors, and add Elementwise trait 2016-03-26 13:28:49 +11:00
point.rs Mark some types as #[repr(C, packed)] 2016-03-25 12:42:17 +11:00
prelude.rs Remove extraneous operator overloads on vectors, and add Elementwise trait 2016-03-26 13:28:49 +11:00
projection.rs Improve fmt::Debug impls 2015-12-29 21:50:43 +11:00
quaternion.rs Rename Vector::length to Vector::magnitude 2016-03-27 16:17:11 +11:00
rotation.rs Improve fmt::Debug impls 2015-12-29 21:50:43 +11:00
transform.rs Improve fmt::Debug impls 2015-12-29 21:50:43 +11:00
vector.rs Merge pull request #311 from bjz/rename-vector-length 2016-03-28 13:47:50 +11:00