Andreas Longva
f792b5f568
Deprecate MatrixSliceMutMN
...
In the past, MatrixSliceMut did not have the same defaults. However,
for a while now MatrixSliceMut has served the exact same purpose
(in fact their definitions are identical), so we should
deprecate MatrixSliceMutMN.
2022-11-14 09:40:48 +01:00
Andreas Longva
7d5097b0b2
Remove use of deprecated *Slice aliases in nalgebra
2022-11-14 09:33:08 +01:00
Andreas Longva
e245e1148a
Deprecate slice type aliases
2022-11-14 09:26:45 +01:00
Andreas Longva
4234883d23
Add View type aliases
2022-11-11 17:36:50 +01:00
Andreas Longva
9a7e92e902
Rename matrix_slice.rs to matrix_view.rs
2022-11-11 17:29:55 +01:00
Andreas Longva
29bff32d2d
Rename MatrixSlice(Mut) to MatrixView(Mut)
...
Additionally introduce deprecated type aliases with the old names to avoid
a breaking change.
2022-11-11 16:10:40 +01:00
Andreas Longva
c8dfb5e348
Rename SliceStorage(Mut) to ViewStorage(Mut)
...
Additionally, we add type aliases with the old names to maintain
backwards compatibility with deprecation warnings.
2022-11-11 15:46:06 +01:00
devil-ira
8601c655de
Support conversion for glam 0.22
2022-11-05 00:33:38 +01:00
Allan Zhang
20dbfbd6f9
Use parenthesis for exclusive lower bound
...
Changes `]0, pi]` to `(0, pi]`.
Replaces PR #1173 and resolves Issue #1164 .
2022-11-04 09:34:46 -04:00
_
c9fa7a35e7
Added try_cast() to Matrix
2022-10-27 19:56:38 +00:00
Peng Guanwen
2cbb27c6f8
Derive CheckBytes trait on Archive struct
2022-10-13 12:22:45 +00:00
Sébastien Crozet
1870080f94
Remove const for Point1::new when targetting cuda
2022-09-24 10:13:15 +02:00
Sébastien Crozet
1079f0c1c3
Add a non-const version of Point::new when the cuda feature is enabled
2022-09-24 09:50:58 +02:00
Patiga
3aca9af616
Link listed types in lib.rs to their docs
...
Helpful because lib.rs is the 'main page' for docs.rs
This allows for easy/direct access to the mentioned types
Currently you need to look up mentioned types via the search bar
2022-09-04 00:39:57 +02:00
Sébastien Crozet
d09d06858f
Merge pull request #1120 from Ralith/unit-vector-cast
...
Implement `cast` for `Unit<Vector<T, D, S>>`
2022-08-14 15:04:50 +02:00
Sébastien Crozet
0fcf2f61d2
Merge pull request #1112 from SolraBizna/point-construction-const-fn
...
Make "Point::new" a const fn
2022-08-14 15:03:09 +02:00
Patrick Owen
84c44984b1
Use #[inline] to improve opt-level 1 performance
2022-08-12 01:33:11 -04:00
Ritoban Roy-Chowdhury
d3b7acce4d
update DefaultAllocator docs to say ArrayStorage instead of GenericArray
2022-08-08 17:48:10 -07:00
Sébastien Crozet
d5284a2a86
Remove unused extern crate.
2022-07-30 18:16:18 +02:00
Sébastien Crozet
89767ee9f3
Reduce code duplication for allocating a storage from a raw iterator.
2022-07-30 18:06:47 +02:00
Gianluca Oldani
59b01e955f
Fixed formatting
2022-07-30 17:52:04 +02:00
Gianluca Oldani
8588ef8fb2
Sound implementation for from_row_iterator
2022-07-30 17:52:04 +02:00
Chammika Mannakkara
008511d96e
from_row_iterator added
2022-07-30 17:52:04 +02:00
Sébastien Crozet
d0d88f1e82
Merge pull request #1113 from trueb2/user/trueb2/fix-unitcomplex-assertion
...
Fix UnitComplex cast doctest failure on macOS
2022-07-30 17:33:13 +02:00
Tim Taubner
0c2d9deac7
cargo fmt
2022-07-27 11:44:42 +02:00
Tim Taubner
7aadbcf21d
From_rotation_matrix: Use the larger of eps.sqrt() or eps*eps as disturbance. Add tests for eps > 1.0
2022-07-27 11:31:43 +02:00
Sébastien Crozet
26e69863e1
Rotation from matrix: small code cleanups
2022-07-27 09:49:16 +02:00
Tim Taubner
d515e4f1be
Perturbations to check for convergence into maximum.
2022-07-27 09:49:16 +02:00
Tim Taubner
f9aa2d76aa
Start from random rotation in from_matrix to prevent issues when calling from_matrix on rotation matrices
2022-07-27 09:49:16 +02:00
devil-ira
238750fb30
Use `From` trait to convert glam types to arrays.
2022-07-23 23:55:40 +02:00
devil-ira
1e31e6ba69
Add feature `convert-glam021`.
2022-07-23 17:39:59 +02:00
Benjamin Saunders
8aa10b819c
Implement `cast` for `Unit<Vector<T, D, S>>`
...
Currently, `cast` is resolved via `Unit`'s `Deref` impl, which leads
to it confusingly stripping the `Unit` from `UnitVector`s. Add an
inherent impl which takes precedence, similar to the existing
specialization for `UnitQuaternion`.
2022-06-11 11:13:31 -07:00
Jacob Trueb
0cdf3ce452
Fix UnitComplex cast doctest failure on macOS
2022-05-25 17:51:19 -05:00
Solra Bizna
4d968da1ad
Make "Point::new" a const fn
2022-05-25 16:42:18 -06:00
Sébastien Crozet
e913beca88
Switch to derive macros for rkyv and bytecheck
2022-04-30 10:47:30 +02:00
zyansheep
24b97932e1
add bytecheck impls
2022-04-30 10:36:39 +02:00
zyansheep
1b6f2b83f7
add bytecheck for matrix
2022-04-30 10:36:39 +02:00
zyansheep
90f2603de4
upgrade rkyv to 0.7
2022-04-30 10:36:39 +02:00
Sébastien Crozet
c9bf6aa95f
Fix warnings
2022-04-28 14:58:15 +02:00
Sébastien Crozet
adb3820305
glam: add conversion from Vec2/3/4 to UnitVector2/3/4 + remove ambigous conversions
2022-04-28 14:53:14 +02:00
Sébastien Crozet
96d4d98811
Merge pull request #1094 from jsmith628/complex-slerp-fix
...
fix for `UnitComplex::slerp()` #1093
2022-04-26 18:26:27 +02:00
Joshua Smith
b02e4ec2a9
fixed cargo fmt error
2022-03-26 17:32:12 -05:00
Sébastien Crozet
6a553f1ee2
Merge pull request #1098 from dimforge/explicit-const-dims
...
Simplify the type definitions of Const aliases, to help rust-analyzer
2022-03-24 10:00:36 +01:00
Sébastien Crozet
77cf2c935f
Merge pull request #1096 from sterlingjensen/cleanupdoc
...
Cleanup examples and doc links
2022-03-24 10:00:24 +01:00
sterlingjensen
44b700ecdf
run `cargo fmt`
2022-03-23 22:08:20 -05:00
Sébastien Crozet
aa37f28dda
Simplify the type definitions of Const aliases, to help rust-analyzer
2022-03-23 22:55:16 +01:00
sterlingjensen
724117e5ad
Cleanup examples and doc links
...
Close example code fences and normalize containing head line in touched files.
Remove stale reference to `slice_assume_init` (commit 8c6ebf27
), fix long dead internal links in deprecation notices.
2022-03-22 12:03:18 -05:00
Joshua Smith
27a349d282
fix for `UnitComplex::slerp()` #1093
2022-03-21 16:08:53 -05:00
Sébastien Crozet
d7117e228a
Use cust_core instead of cust
2022-03-16 18:07:29 +01:00
YuhanLiin
1acd48f6f1
Address review comments
2022-03-09 21:04:43 -05:00