cgmath/tests
Ben Boeckel 2d2c501074 Angle: add the normalize_signed method
This method is like `normalize` except that it normalizes to have an
absolute value of no more than `turn_div_2`.
2019-01-16 16:01:46 -05:00
..
angle.rs Angle: add the normalize_signed method 2019-01-16 16:01:46 -05:00
matrix.rs Modify cast() functions to return Option 2017-08-16 16:21:51 -04:00
point.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00
projection.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00
quaternion.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00
rotation.rs Moved angle types to tuple structs 2016-07-31 20:40:31 -07:00
swizzle.rs Guard the swizzle test by the "swizzle" feature flag. 2017-10-01 13:36:01 -07:00
transform.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00
vector.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00
vector4f32.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00