cgmath/src
Andrei Jardan d4d19b9122 Implement IntoMint trait for Vectors, Points, Matrices, and Quaternions
- Updated mint to 0.5.8, so that the IntoMint trait is available
- Implemented IntoMint for Vectors, Points, Matrices, and Quaternions
2021-11-25 13:45:53 +02:00
..
angle.rs Replace use of BaseFloat/Float with BaseNum/Num where possible 2021-08-11 12:07:57 -04:00
conv.rs Fix some clippy warnings and some typo 2021-06-16 14:09:50 -04:00
euler.rs Fix some clippy warnings 2021-06-15 21:34:40 -04:00
lib.rs Code formatted with 2019-11-05 07:16:38 +01:00
macros.rs Implement IntoMint trait for Vectors, Points, Matrices, and Quaternions 2021-11-25 13:45:53 +02:00
matrix.rs Implement IntoMint trait for Vectors, Points, Matrices, and Quaternions 2021-11-25 13:45:53 +02:00
num.rs Remove NumCast bound from BaseNum 2021-08-11 12:07:57 -04:00
point.rs Replace use of BaseFloat/Float with BaseNum/Num where possible 2021-08-11 12:07:57 -04:00
prelude.rs Move traits into common module 2016-04-19 20:51:40 +10:00
projection.rs Fix some clippy warnings 2021-06-15 21:34:40 -04:00
quaternion.rs Implement IntoMint trait for Vectors, Points, Matrices, and Quaternions 2021-11-25 13:45:53 +02:00
quaternion_simd.rs Fix some clippy warnings and some typo 2021-06-16 14:09:50 -04:00
rotation.rs Replace use of BaseFloat/Float with BaseNum/Num where possible 2021-08-11 12:07:57 -04:00
structure.rs Replace use of BaseFloat/Float with BaseNum/Num where possible 2021-08-11 12:07:57 -04:00
transform.rs Fix some clippy warnings and some typo 2021-06-16 14:09:50 -04:00
vector.rs Replace use of BaseFloat/Float with BaseNum/Num where possible 2021-08-11 12:07:57 -04:00
vector_simd.rs Fix some clippy warnings and some typo 2021-06-16 14:09:50 -04:00