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
|
c258d13f98
|
Fix stepping for slices.
The previous implementation was wrong compared to what the documentatino claimed.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
41f5231446
|
Add `assign` and generalize `map` to other return types.
The method assign replaces each components with the result of a closure (that takes the
corresponding component as parameter).
|
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 |
Eduard Bopp
|
7a62b68c38
|
Merge pull request #251 from Ralith/unnested-serialization
Remove gratuitous indirection in serialization impls
|
2017-07-26 19:40:57 +02:00 |
Sébastien Crozet
|
b78dcb3155
|
Add methods to set a row or a column of the matrix.
|
2017-05-17 22:47:45 +02:00 |
Benjamin Saunders
|
0979896dbd
|
Remove gratuitous indirection in serialization impls
|
2017-05-03 19:51:26 -07:00 |
Sébastien Crozet
|
e6ee11617a
|
Add a method to compute the trace of a matrix.
Fix #231.
|
2017-03-19 22:44:08 +01:00 |
Sébastien Crozet
|
42b48563be
|
Make serde optional behind the "serde-serialize" feature.
|
2017-02-15 22:04:34 +01: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 |