cgmath/tests
Aaron Loucks c0a66d2a34 Rename Matrix3::look_at_[rh|lh] to look_to_[rh|lh]
This makes the Matrix3/4 and Decomposed `look_at_*` functions consistent
with looking at a center/focus point and `look_to_*` functions consistent
with looking in a direction.
2020-12-04 19:41:27 -05:00
..
angle.rs tests: add tests for Angle::normalize 2019-01-16 16:02:37 -05:00
matrix.rs Rename Matrix3::look_at_[rh|lh] to look_to_[rh|lh] 2020-12-04 19:41:27 -05:00
point.rs bump rand -> 0.7, fix unused macro warnings in tests 2019-08-11 16:59:47 -07:00
projection.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00
quaternion.rs Code formatted with 2019-11-05 07:16:38 +01:00
rotation.rs Now there is only one one (#513) 2020-08-12 15:05:38 -04:00
swizzle.rs Guard the swizzle test by the "swizzle" feature flag. 2017-10-01 13:36:01 -07:00
transform.rs Add more matrix4 and transform tests 2020-12-04 19:41:27 -05:00
vector.rs Code formatted with 2019-11-05 07:16:38 +01:00
vector4f32.rs Code formatted with 2019-11-05 07:16:38 +01:00