nalgebra/src/geometry
Chinedu Francis Nwafili b9513257b8
Serialize DQ to [N;8]
Closes #816
2020-12-18 12:19:38 -05:00
..
abstract_rotation.rs Add missing slerp implementations. 2020-10-25 14:00:47 +01:00
dual_quaternion.rs Serialize DQ to [N;8] 2020-12-18 12:19:38 -05:00
dual_quaternion_construction.rs Clean up DualQuat bounds 2020-12-18 10:38:19 -05:00
dual_quaternion_ops.rs Clean up DualQuat bounds 2020-12-18 10:38:19 -05:00
isometry.rs Add a dedicated method for computing isometry1.inverse() * isometry2. 2020-12-18 11:55:46 +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 Matrix, vector, isometry, and point aliases documentation: warn that the reader should take a look at the documentation of the aliased type too. 2020-11-20 17:46:03 +01:00
isometry_construction.rs Add sections to the documentations of Isometry and Point. 2020-11-20 17:45:11 +01:00
isometry_conversion.rs clippy: fix clone_on_copy warnings 2020-11-19 12:55:15 +01:00
isometry_interpolation.rs Add sections to the Rotation documentation 2020-11-21 11:56:32 +01:00
isometry_ops.rs clippy: fix clone_on_copy warnings 2020-11-19 12:55:15 +01:00
isometry_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
mod.rs Introduce DualQuaternion type 2020-12-18 09:13:24 -05:00
op_macros.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
orthographic.rs clippy: fix clone_on_copy warnings 2020-11-19 12:55:15 +01:00
perspective.rs clippy: fix clone_on_copy warnings 2020-11-19 12:55:15 +01:00
point.rs Add sections to the documentations of Isometry and Point. 2020-11-20 17:45:11 +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 Matrix, vector, isometry, and point aliases documentation: warn that the reader should take a look at the documentation of the aliased type too. 2020-11-20 17:46:03 +01:00
point_construction.rs Add sections to the documentations of Isometry and Point. 2020-11-20 17:45:11 +01:00
point_conversion.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01: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 Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
point_simba.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
quaternion.rs Introduce DualQuaternion type 2020-12-18 09:13:24 -05: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 Introduce DualQuaternion type 2020-12-18 09:13:24 -05:00
quaternion_conversion.rs Simplify trait bounds for quaternion indexing. 2020-12-18 12:06:27 +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 Simplify trait bounds for quaternion indexing. 2020-12-18 12:06:27 +01:00
quaternion_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
reflection.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
rotation.rs Add sections to the UnitComplex documentation 2020-11-21 11:56:32 +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 Add sections to the Rotation documentation 2020-11-21 11:56:32 +01:00
rotation_construction.rs Add sections to the Rotation documentation 2020-11-21 11:56:32 +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_interpolation.rs Add sections to the Rotation documentation 2020-11-21 11:56:32 +01:00
rotation_ops.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
rotation_simba.rs Replace alga by simba. 2020-03-21 12:16:46 +01:00
rotation_specialization.rs Add sections to the Rotation documentation 2020-11-21 11:56:32 +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 sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
similarity_ops.rs clippy: fix clone_on_copy warnings 2020-11-19 12:55:15 +01:00
similarity_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00
swizzle.rs Add sections to the documentations of Isometry and Point. 2020-11-20 17:45:11 +01:00
transform.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
transform_alga.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01: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 Add sections for most Matrix methods. 2020-11-15 16:57:49 +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 Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
translation_simba.rs Rename translation simba impl file. 2020-04-05 16:35:16 +02:00
unit_complex.rs Fix the PartialEq impl for quaternions. 2020-12-18 11:38:33 +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 Add sections to the UnitComplex documentation 2020-11-21 11:56:32 +01: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 clone_on_copy warnings 2020-11-19 12:55:15 +01:00
unit_complex_simba.rs Fix warnings and compilation with the `arbitrary` feature. 2020-04-05 17:18:50 +02:00