cgmath/src
Jordan Miner 467e87f3d3 Fix Euler angles to quaternion conversion and vise versa
Add tests that rotate a vector in all three axes, and tests to check
the axis rotation sequence.
2016-05-12 01:28:15 -05:00
..
angle.rs Remove unused imports 2016-05-11 13:21:56 +02:00
approx.rs Switch to using num_traits crate from num 2016-04-23 14:03:35 +10:00
conv.rs Add constrained conversion functions 2016-03-26 16:41:31 +11:00
euler.rs Fix Euler angles to quaternion conversion and vise versa 2016-05-12 01:28:15 -05:00
lib.rs Fix export warning 2016-05-10 21:55:20 +10:00
macros.rs Add Vector1 and Point1 structs 2016-04-25 08:59:33 +10:00
matrix.rs Change the name of methods on the Transform trait to avoid clashes 2016-05-01 14:59:38 +02:00
num.rs Switch to using num_traits crate from num 2016-04-23 14:03:35 +10:00
point.rs Re-export Zero and One via structure module 2016-04-25 11:43:28 +10:00
prelude.rs Move traits into common module 2016-04-19 20:51:40 +10:00
projection.rs Remove unused imports 2016-05-11 13:21:56 +02:00
quaternion.rs Fix Euler angles to quaternion conversion and vise versa 2016-05-12 01:28:15 -05:00
rotation.rs Make Rotation trait depend on One 2016-05-12 08:36:34 +10:00
structure.rs Remove self inversion methods 2016-05-10 21:55:11 +10:00
transform.rs Make Rotation trait depend on One 2016-05-12 08:36:34 +10:00
vector.rs Inherit Zero and One for core structural traits 2016-04-25 15:26:56 +10:00