nalgebra/src/geometry
Philippe Renon 04ce8b3f6a clippy: fix suspicious_op_assign_impl errors (false positives) 2020-10-26 13:09:03 +01:00
..
abstract_rotation.rs Add missing slerp implementations. 2020-10-25 14:00:47 +01:00
isometry.rs Fix doc-tests. 2020-10-25 14:15:26 +01:00
isometry_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
isometry_alias.rs Ensure Isometry implements Copy when targeting no-std. 2020-10-13 10:12:14 +02:00
isometry_construction.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
isometry_conversion.rs Add the conversion of a translation to an isometry. 2020-10-25 11:25:20 +01:00
isometry_ops.rs clippy: fix suspicious_op_assign_impl errors (false positives) 2020-10-26 13:09:03 +01:00
isometry_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
mod.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
op_macros.rs Make Isometry, Unit/Quaternion, Rotation, Similarity, and UnitComplex partially compatible with AoSoA. 2020-03-21 23:35:41 +01:00
orthographic.rs clippy: fix #redundant_field_names 2020-10-11 11:42:22 +02:00
perspective.rs perspective: fix copy/paste error 2020-10-11 11:57:49 +02:00
point.rs Add Point.map(f) and Point.apply(f). 2020-10-25 11:25:20 +01:00
point_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
point_alias.rs 2018 edition. 2019-03-23 14:33:47 +01:00
point_construction.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
point_conversion.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
point_coordinates.rs Remove unsafe statement in Point::deref by forwarding to Vector. 2020-10-09 15:27:02 -04:00
point_ops.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
point_simba.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
quaternion.rs clippy: fix clippy::eq_op error (false positive) 2020-10-26 08:56:49 +01:00
quaternion_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
quaternion_construction.rs clippy: fix #needless_return 2020-10-11 11:42:22 +02:00
quaternion_conversion.rs Add the conversion of an array of four elements to a quaternion. 2020-10-25 11:25:20 +01:00
quaternion_coordinates.rs Add From<[...; .]> impls for all SIMD geometric sructures up to the isometry (excluded). 2020-03-23 09:16:01 +01:00
quaternion_ops.rs clippy: fix suspicious_arithmetic_impl errors (false positives) 2020-10-26 08:49:06 +01:00
quaternion_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
reflection.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
rotation.rs Add inverse_transform_unit_vector to rotations and isometries. 2020-10-25 11:25:20 +01:00
rotation_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
rotation_alias.rs 2018 edition. 2019-03-23 14:33:47 +01:00
rotation_construction.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
rotation_conversion.rs Add From<[...; .]> impls for all SIMD geometric sructures up to the isometry (excluded). 2020-03-23 09:16:01 +01:00
rotation_ops.rs clippy: fix suspicious_arithmetic_impl errors (false positives) 2020-10-26 08:49:06 +01:00
rotation_simba.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
rotation_specialization.rs Fix doc-tests. 2020-10-25 14:15:26 +01:00
similarity.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
similarity_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
similarity_alias.rs 2018 edition. 2019-03-23 14:33:47 +01:00
similarity_construction.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
similarity_conversion.rs Add From<[...; .]> impls for AoSoA Isometry and Similarity. 2020-03-24 10:16:31 +01:00
similarity_ops.rs clippy: fix suspicious_op_assign_impl errors (false positives) 2020-10-26 13:09:03 +01:00
similarity_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
swizzle.rs Add `Clone` to `Scalar`, providing a default implementation of `inlined_clone`. Change `Scalar + Clone` bounds to just `Scalar`. 2020-03-02 12:45:37 +01:00
transform.rs clippy: fix #redundant_field_names 2020-10-11 11:42:22 +02:00
transform_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
transform_alias.rs Small docs improvements 2020-03-02 12:45:39 +01:00
transform_construction.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
transform_conversion.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
transform_ops.rs clippy: fix suspicious_op_assign_impl errors (false positives) 2020-10-26 13:09:03 +01:00
transform_simba.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
translation.rs clippy: fix #redundant_field_names 2020-10-11 11:42:22 +02:00
translation_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
translation_alias.rs 2018 edition. 2019-03-23 14:33:47 +01:00
translation_construction.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
translation_conversion.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
translation_coordinates.rs Add `Clone` to `Scalar`, providing a default implementation of `inlined_clone`. Change `Scalar + Clone` bounds to just `Scalar`. 2020-03-02 12:45:37 +01:00
translation_ops.rs clippy: fix suspicious_op_assign_impl errors (false positives) 2020-10-26 13:09:03 +01:00
translation_simba.rs Rename translation simba impl file. 2020-04-05 16:35:16 +02:00
unit_complex.rs Fix doc-tests. 2020-10-25 14:15:26 +01:00
unit_complex_alga.rs Re-add all the alga trait impls behind a feature. 2020-04-05 17:53:27 +02:00
unit_complex_construction.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
unit_complex_conversion.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
unit_complex_ops.rs clippy: fix suspicious_arithmetic_impl errors (false positives) 2020-10-26 08:49:06 +01:00
unit_complex_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00