nalgebra/src/geometry
Vinzent Steinberg fd3a752409 Make use of rand more idiomatic
This should improve performance and accuracy.
2021-04-10 03:13:46 -03:00
..
abstract_rotation.rs Add missing slerp implementations. 2020-10-25 14:00:47 +01:00
dual_quaternion_construction.rs Add "cast" methods to cast the type of the components of most nalgebra types. 2021-03-05 17:08:46 +01:00
dual_quaternion_conversion.rs rustfmt 2021-01-28 18:46:14 -05:00
dual_quaternion_ops.rs Rename some of the variables in dual-quaternion doc-tests. 2021-02-25 14:49:01 +01:00
dual_quaternion.rs Fix compilation when targetting no-std. 2021-02-25 15:03:35 +01: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 "cast" methods to cast the type of the components of most nalgebra types. 2021-03-05 17:08:46 +01:00
isometry_conversion.rs rustfmt 2021-01-28 18:46:14 -05: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
isometry.rs Add a dedicated method for computing isometry1.inverse() * isometry2. 2020-12-18 11:55:46 +01:00
mod.rs Add conversion of Rotation and UnitComplex from/to glam types. 2021-03-06 12:39:53 +01:00
op_macros.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
orthographic.rs Make the rand dependency optional. 2021-03-02 12:25:12 +01:00
perspective.rs Make the rand dependency optional. 2021-03-02 12:25:12 +01: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 "cast" methods to cast the type of the components of most nalgebra types. 2021-03-05 17:08:46 +01:00
point_conversion.rs Add conversion from/to glam types + move glam/alga/mint impls to a "third_party" module. 2021-03-06 12:20:38 +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
point.rs Merge pull request #803 from aweinstock314/no_unsound_assume_init 2021-02-25 15:46:49 +01:00
quaternion_construction.rs Make use of rand more idiomatic 2021-04-10 03:13:46 -03:00
quaternion_conversion.rs Add conversion from/to glam types + move glam/alga/mint impls to a "third_party" module. 2021-03-06 12:20:38 +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
quaternion.rs Merge pull request #831 from iMplode-nZ/dev 2021-02-25 15:46:28 +01:00
reflection.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
rotation_alias.rs Add sections to the Rotation documentation 2020-11-21 11:56:32 +01:00
rotation_construction.rs Add "cast" methods to cast the type of the components of most nalgebra types. 2021-03-05 17:08:46 +01:00
rotation_conversion.rs Add conversion from/to glam types + move glam/alga/mint impls to a "third_party" module. 2021-03-06 12:20:38 +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 Make use of rand more idiomatic 2021-04-10 03:13:46 -03:00
rotation.rs Add sections to the UnitComplex documentation 2020-11-21 11:56:32 +01:00
similarity_alias.rs 2018 edition. 2019-03-23 14:33:47 +01:00
similarity_construction.rs Add "cast" methods to cast the type of the components of most nalgebra types. 2021-03-05 17:08:46 +01: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
similarity.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
swizzle.rs Add sections to the documentations of Isometry and Point. 2020-11-20 17:45:11 +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
transform.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
translation_alias.rs 2018 edition. 2019-03-23 14:33:47 +01:00
translation_construction.rs Add "cast" methods to cast the type of the components of most nalgebra types. 2021-03-05 17:08:46 +01:00
translation_conversion.rs rustfmt 2021-01-28 18:46:14 -05: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
translation.rs clippy: fix #redundant_field_names 2020-10-11 11:42:22 +02:00
unit_complex_construction.rs Make use of rand more idiomatic 2021-04-10 03:13:46 -03: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
unit_complex.rs Fix the PartialEq impl for quaternions. 2020-12-18 11:38:33 +01:00