Andreas Longva
|
34f4537376
|
Use view* instead of slice* methods in src/
|
2022-11-14 14:14:42 +01:00 |
Sébastien Crozet
|
dd6c40016e
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
Sébastien Crozet
|
8c6ebf2757
|
Implement the single-allocator-trait approach.
|
2021-08-02 18:41:46 +02:00 |
Sébastien Crozet
|
d34fed45bc
|
Merge branch 'dev' into ub3
|
2021-08-02 18:40:33 +02:00 |
Violeta Hernández
|
22b657f566
|
First draft of `Owned` overhaul
|
2021-07-19 18:00:40 -05:00 |
Violeta Hernández
|
c01d591478
|
We have reached compilation!
|
2021-07-17 13:01:03 -05:00 |
Violeta Hernández
|
9a528e23b9
|
Almost!
|
2021-07-17 04:36:14 -05:00 |
CAD97
|
b1775ee747
|
Add Transform × UnitComplex & friends
|
2021-07-14 23:52:38 -05:00 |
Rémi Lauzier
|
78da5209e9
|
Fix some clippy warnings
|
2021-07-03 23:43:45 -04:00 |
Violeta Hernández
|
281b140365
|
Fix most clippy warnings
|
2021-06-18 09:45:37 +02:00 |
Crozet Sébastien
|
bc7db9d139
|
Mark as const-fn some constructors of Point, Translation, Quaternion
|
2021-04-12 10:32:17 +02:00 |
Crozet Sébastien
|
24d546d3b6
|
Rename generic parameter N -> T
|
2021-04-11 13:57:54 +02:00 |
Crozet Sébastien
|
23a7d7475b
|
First compiling version after migrating the geometry module to const-generics.
|
2021-04-11 13:53:45 +02:00 |
Crozet Sébastien
|
8abbb35b40
|
First pass to migrate the geometry module to const-generics.
|
2021-04-11 13:53:45 +02:00 |
Crozet Sébastien
|
e852df6124
|
Add sections for most Matrix methods.
|
2020-11-15 16:57:49 +01:00 |
Philippe Renon
|
04ce8b3f6a
|
clippy: fix suspicious_op_assign_impl errors (false positives)
|
2020-10-26 13:09:03 +01:00 |
Philippe Renon
|
74f01d2538
|
clippy: fix suspicious_arithmetic_impl errors (false positives)
|
2020-10-26 08:49:06 +01:00 |
sebcrozet
|
f8cd26cfa9
|
Replace alga by simba.
|
2020-03-21 12:16:46 +01:00 |
sebcrozet
|
4ef4001836
|
Rename Real to RealField.
|
2019-03-25 11:21:41 +01:00 |
sebcrozet
|
3cbe60523a
|
2018 edition.
|
2019-03-23 14:33:47 +01:00 |
Jack Wrenn
|
57123ed6aa
|
Overloaded Indexing
|
2018-12-29 13:41:56 +01:00 |
Jack Wrenn
|
43c5f4cb73
|
Rename `Transform::unwrap` to `Transform::into_inner` and deprecate `Transform::unwrap`
See #460
|
2018-12-16 12:58:20 +01:00 |
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
sebcrozet
|
08685122ea
|
Fix projective * point multiplication.
The scaling did not occur at the right time.
|
2018-09-20 20:59:01 +02:00 |
sebcrozet
|
ca093fad29
|
Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled.
|
2018-05-26 22:07:57 +02:00 |
Sébastien Crozet
|
662cc9cd7f
|
Run rust fmt.
|
2018-02-03 13:59:05 +01:00 |
Sébastien Crozet
|
e84b73c848
|
Deprecate into_owned and clone_owned for Quaternion, UnitQuaternion, and Transform.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
3f70af97dd
|
Add the most common matrix decompositions.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
086e6e719f
|
Doc + slerp + conversions.
|
2017-02-12 18:17:09 +01:00 |
Sébastien Crozet
|
99b6181b1e
|
Complete library rewrite.
See comments on #207 for details.
|
2016-12-04 22:47:36 +01:00 |