cgmath/src
2017-03-12 15:59:06 +08:00
..
angle.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
conv.rs Add constrained conversion functions 2016-03-26 16:41:31 +11:00
euler.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
lib.rs [WIP]Add basic SIMD support 2017-02-25 07:26:11 +08:00
macros.rs Add SIMD support for determinant and inverse 2017-02-25 20:31:38 +08:00
matrix.rs Add newline at end of file 2017-03-12 15:59:06 +08:00
num.rs Switch to using num_traits crate from num 2016-04-23 14:03:35 +10:00
point.rs Added component wise casting number for the matrix and point types. 2016-10-03 12:51:41 +02:00
prelude.rs Move traits into common module 2016-04-19 20:51:40 +10:00
projection.rs Adds serde support 2016-05-16 14:16:59 +02:00
quaternion.rs Removes #[repr(packed)] from all structs where it was specified. 2016-08-25 15:41:39 +02:00
rotation.rs Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
structure.rs Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
transform.rs Converted serde serialization to new style 2016-08-23 12:23:07 -06:00
vector.rs Clean up a bit 2017-02-25 07:42:15 +08:00