cgmath/tests
bors[bot] 9402a01a5b Merge #476
476: Add short constructors for points, to match the ones for vectors r=kvark a=nstoddard

In my code I find that I need to create points almost as often as vectors, so having short constructors is helpful.

Co-authored-by: Nathan Stoddard <nstoddard@users.noreply.github.com>
2019-02-25 16:34:53 +00:00
..
angle.rs tests: add tests for Angle::normalize 2019-01-16 16:02:37 -05:00
matrix.rs Modify cast() functions to return Option 2017-08-16 16:21:51 -04:00
point.rs Add short constructors for points, to match the ones for vectors 2019-01-14 15:53:28 -08: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 Add short constructors for points, to match the ones for vectors 2019-01-14 15:53:28 -08:00
vector4f32.rs Run rustfmt on most files 2018-01-03 13:16:40 +11:00