..
alias_slice.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
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
allocator.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
array_storage.rs
Add workaround for the deserialization of a matrix containing an enum.
2020-12-18 11:54:56 +01:00
blas.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
cg.rs
clippy: fix just_underscores_and_digits warnings
2020-11-16 11:04:57 +01:00
componentwise.rs
Add sections for most Matrix methods.
2020-11-15 16:57:49 +01:00
constraint.rs
Run cargo fmt.
2020-04-05 18:49:48 +02:00
construction_slice.rs
clippy: fix ptr_offset_with_cast warnings
2020-11-16 14:59:53 +01:00
construction.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
conversion.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
coordinates.rs
Move Copy
constraint from the definition of Scalar
to all its use-sites.
2020-03-02 12:45:37 +01:00
default_allocator.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
dimension.rs
Add sections for most Matrix methods.
2020-11-15 16:57:49 +01:00
edition.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
helper.rs
Run cargo fmt.
2020-04-05 18:49:48 +02:00
indexing.rs
Add sections for most Matrix methods.
2020-11-15 16:57:49 +01:00
interpolation.rs
Add sections to the Unit wrapper documentation
2020-11-21 12:19:04 +01:00
iter.rs
clippy: fix ptr_offset_with_cast warnings
2020-11-16 14:59:53 +01:00
matrix_alga.rs
Add sections for most Matrix methods.
2020-11-15 16:57:49 +01:00
matrix_simba.rs
Add DVector::from(Vec).
2020-11-19 16:28:06 +01:00
matrix_slice.rs
clippy: fix redundant_field_names warnings
2020-11-16 11:04:56 +01:00
matrix.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
min_max.rs
clippy: fix or_fun_call warnings
2020-11-19 11:43:08 +01:00
mod.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
norm.rs
Add a method to cap the magnitude of a vector.
2021-02-22 14:26:40 +01:00
ops.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
properties.rs
clippy: fix len_without_is_empty warnings
2020-11-19 12:24:26 +01:00
scalar.rs
Move Copy
constraint from the definition of Scalar
to all its use-sites.
2020-03-02 12:45:37 +01:00
statistics.rs
Propagate mem::MaybeUninit
through the return types of Allocator::allocate_uninitialized
and Matrix::new_uninitialized_generic
.
2021-02-25 13:42:23 +01:00
storage.rs
clippy: fix ptr_offset_with_cast warnings
2020-11-19 11:56:58 +01:00
swizzle.rs
Add sections for most Matrix methods.
2020-11-15 16:57:49 +01:00
unit.rs
Fix the PartialEq impl for quaternions.
2020-12-18 11:38:33 +01:00
vec_storage.rs
clippy: fix len_without_is_empty warnings
2020-11-19 12:24:26 +01:00