nalgebra/src/geometry
sebcrozet 010c009cff Fix Schur decomposition. 2019-03-12 13:15:02 +01:00
..
isometry.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
isometry_alga.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
isometry_alias.rs Use other keywords for isometry documentations. 2018-10-06 07:27:40 +02:00
isometry_construction.rs Merge branch 'master-public' into sparse 2019-02-03 12:53:41 +01:00
isometry_conversion.rs Implement From<Vector> for Translation and Quaternion. 2018-11-01 11:07:36 +01:00
isometry_ops.rs Update to alga 0.8. 2019-02-03 15:52:15 +01:00
mod.rs Merge branch 'master-public' into sparse 2019-02-03 12:53:41 +01:00
op_macros.rs Typo fixes. 2018-09-24 21:15:07 +02:00
orthographic.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
perspective.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
point.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
point_alga.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
point_alias.rs Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled. 2018-05-26 22:07:57 +02:00
point_construction.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
point_conversion.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
point_coordinates.rs Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled. 2018-05-26 22:07:57 +02:00
point_ops.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
quaternion.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
quaternion_alga.rs Use Complex instead of Real whenever possible on the base/ module. 2019-02-23 11:24:07 +01:00
quaternion_construction.rs Add renormalization and rotation extraction from general 2D and 3D matrices. (#549) 2019-02-18 22:41:46 +01:00
quaternion_conversion.rs Add renormalization and rotation extraction from general 2D and 3D matrices. (#549) 2019-02-18 22:41:46 +01:00
quaternion_coordinates.rs Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled. 2018-05-26 22:07:57 +02:00
quaternion_ops.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
reflection.rs Fix Schur decomposition. 2019-03-12 13:15:02 +01:00
rotation.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
rotation_alga.rs Update to alga 0.8. 2019-02-03 15:52:15 +01:00
rotation_alias.rs Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled. 2018-05-26 22:07:57 +02:00
rotation_construction.rs Add doc-tests to rotation_construction. 2018-11-10 11:20:34 +01:00
rotation_conversion.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
rotation_ops.rs Rename `Rotation::unwrap` to `Rotation::into_inner` and deprecate `Rotation::unwrap` 2018-12-16 12:58:20 +01:00
rotation_specialization.rs Add renormalization and rotation extraction from general 2D and 3D matrices. (#549) 2019-02-18 22:41:46 +01:00
similarity.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
similarity_alga.rs Update to alga 0.8. 2019-02-03 15:52:15 +01:00
similarity_alias.rs Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled. 2018-05-26 22:07:57 +02:00
similarity_construction.rs Remove useless extern crate in doc-tests. 2019-02-03 11:01:11 +01:00
similarity_conversion.rs Implement From<Vector> for Translation and Quaternion. 2018-11-01 11:07:36 +01:00
similarity_ops.rs Update to alga 0.8. 2019-02-03 15:52:15 +01:00
swizzle.rs Group swizzle methods by dimensional requirement. 2018-11-24 08:03:54 +01:00
transform.rs Remove useless extern crate in doc-tests. 2019-02-03 11:01:11 +01:00
transform_alga.rs Update to alga 0.8. 2019-02-03 15:52:15 +01:00
transform_alias.rs Add doc-tests to Transform. 2018-11-10 11:20:34 +01:00
transform_construction.rs Add doc-tests to Transform. 2018-11-10 11:20:34 +01:00
transform_conversion.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00
transform_ops.rs Overloaded Indexing 2018-12-29 13:41:56 +01:00
translation.rs Run rustfmt. 2018-11-06 18:32:20 +01:00
translation_alga.rs Update to alga 0.8. 2019-02-03 15:52:15 +01:00
translation_alias.rs Complete the documentation for Translation. 2018-11-01 11:07:36 +01:00
translation_construction.rs Run rustfmt. 2018-11-06 18:32:20 +01:00
translation_conversion.rs Complete the documentation for Translation. 2018-11-01 11:07:36 +01:00
translation_coordinates.rs Add coordinates access to translations. 2018-12-26 15:19:50 +01:00
translation_ops.rs Complete the documentation for Translation. 2018-11-01 11:07:36 +01:00
unit_complex.rs Add renormalization and rotation extraction from general 2D and 3D matrices. (#549) 2019-02-18 22:41:46 +01:00
unit_complex_alga.rs Update to alga 0.8. 2019-02-03 15:52:15 +01:00
unit_complex_construction.rs Add renormalization and rotation extraction from general 2D and 3D matrices. (#549) 2019-02-18 22:41:46 +01:00
unit_complex_conversion.rs Add renormalization and rotation extraction from general 2D and 3D matrices. (#549) 2019-02-18 22:41:46 +01:00
unit_complex_ops.rs Replace explicit types with Self where possible. 2019-02-16 22:29:41 +01:00