cgmath/src
Brendan Zabarauskas 74a771af79 Rename matrix scale functions for better ergonomics
Uniform scale matrices are probably the more common case. It probably makes sense that this has the shorter constructor.
2015-12-07 23:46:24 +11:00
..
angle.rs Make epsilon an associated type on ApproxEq 2015-11-03 14:00:39 +11:00
approx.rs Make epsilon an associated type on ApproxEq 2015-11-03 14:00:39 +11:00
array.rs Rename Array::swap_elems to Array::swap_elements 2015-11-14 22:05:44 +11:00
lib.rs Remove collision types and traits from the library 2015-11-01 13:42:58 +11:00
matrix.rs Rename matrix scale functions for better ergonomics 2015-12-07 23:46:24 +11:00
num.rs Make epsilon an associated type on ApproxEq 2015-11-03 14:00:39 +11:00
point.rs Rename Array1 to Array 2015-11-14 22:02:17 +11:00
projection.rs Remove collision types and traits from the library 2015-11-01 13:42:58 +11:00
quaternion.rs Move element-wise operations into Array1 trait 2015-11-14 12:17:03 +11:00
rotation.rs Rename SquareMatrix::one to identity 2015-12-06 19:36:38 +11:00
transform.rs Rename SquareMatrix::one to identity 2015-12-06 19:36:38 +11:00
vector.rs Rename Array1 to Array 2015-11-14 22:02:17 +11:00