Jack Wrenn
|
4ab8a290c7
|
groundwork for indexing with typenums
|
2018-12-29 13:41:56 +01:00 |
Jack Wrenn
|
939915131d
|
MutMatrixIndex -> MatrixIndexMut
|
2018-12-29 13:41:56 +01:00 |
Jack Wrenn
|
57123ed6aa
|
Overloaded Indexing
|
2018-12-29 13:41:56 +01:00 |
Jack Wrenn
|
d3510b8ff6
|
typofix: `DimNameNimimum` -> `DimNameMinimum`
|
2018-12-29 13:41:23 +01:00 |
sebcrozet
|
83cb35cfc9
|
Release nalgebra-glm v0.2.1
|
2018-12-29 13:33:32 +01:00 |
sebcrozet
|
9108c8e655
|
Release nalgebra v0.16.13.
|
2018-12-29 13:29:03 +01:00 |
sebcrozet
|
2aca2d2de9
|
Update changelog.
|
2018-12-29 13:28:40 +01:00 |
sebcrozet
|
a31b3db600
|
Make nalgebra-glm compatible with no_std.
|
2018-12-29 13:19:48 +01:00 |
sebcrozet
|
73603538e6
|
Forward features from nalgebra-glm to its nalgebra dependency.
Fix #513
|
2018-12-29 13:19:48 +01:00 |
sebcrozet
|
f36ff97d6a
|
Fix deprecation warnings.
|
2018-12-29 13:19:09 +01:00 |
sebcrozet
|
b74aeb12e2
|
glm: simplify some code for projection matrix computation.
|
2018-12-29 13:19:09 +01:00 |
MindSpunk
|
ea933c654a
|
minor doc typo
|
2018-12-29 11:30:53 +01:00 |
MindSpunk
|
55b599e52c
|
updating changes for response to pull request
Removed the compile configs based on cargo features and updated docs
|
2018-12-29 11:30:53 +01:00 |
MindSpunk
|
ffd3dd5b68
|
More compile options docs
|
2018-12-29 11:30:53 +01:00 |
MindSpunk
|
8af8d6b202
|
explanatory comments in cargo.toml
|
2018-12-29 11:30:53 +01:00 |
MindSpunk
|
112b9e845c
|
more comments/doc
|
2018-12-29 11:30:53 +01:00 |
MindSpunk
|
205ca1f10c
|
Fix incorrect matrix indexing
|
2018-12-29 11:30:53 +01:00 |
MindSpunk
|
3518f95006
|
ortho docs
|
2018-12-29 11:30:53 +01:00 |
MindSpunk
|
21ecb5a370
|
perspective and orthographic functions and options
|
2018-12-29 11:30:53 +01:00 |
Jack Wrenn
|
53632cd1b4
|
Implement `Hash` for all `Matrix<N, R, C>` where `N: Hash`.
Implements #508.
|
2018-12-29 11:29:13 +01:00 |
sebcrozet
|
a14d8a4cb2
|
Add coordinates access to translations.
Fix #509.
|
2018-12-26 15:19:50 +01:00 |
sebcrozet
|
cae2be5cad
|
Add .min and .max.
|
2018-12-22 18:03:32 +01:00 |
George Burton
|
6a4323d0ea
|
Fix unintentional change
|
2018-12-18 14:46:29 +00:00 |
George Burton
|
9c37c51203
|
Update dependencies, and fix tests from fallout
|
2018-12-18 14:44:53 +00:00 |
Jack Wrenn
|
8b8f127f8d
|
Deprecate `origin`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
daadac7647
|
Deprecate `try_normalize`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
8a5e062e7e
|
Deprecate `normalize`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
e89faca588
|
Deprecate `magnitude_squared`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
770489c664
|
Deprecate `magnitude`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
2bb7c011b1
|
Deprecate `norm_squared`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
e55c72fddc
|
Deprecate `norm`.
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
03f7c2d286
|
Deprecate `angle`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
52b8155c67
|
Deprecate `dot`
See #371.
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
aac29b70ea
|
Deprecate `abs`
See #371
|
2018-12-16 12:58:51 +01:00 |
Jack Wrenn
|
2595db1607
|
Fix doctests broken by 35d2381a2a
|
2018-12-16 12:58:20 +01:00 |
Jack Wrenn
|
0d47a8e16b
|
Rename `Perspective3::unwrap` to `Perspective3::into_inner` and deprecate `Perspective3::unwrap`
See #460
|
2018-12-16 12:58:20 +01:00 |
Jack Wrenn
|
9600c45dd4
|
Rename `Orthographic3::unwrap` to `Orthographic3::into_inner` and deprecate `Orthographic3::unwrap`
See #460
|
2018-12-16 12:58:20 +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 |
Jack Wrenn
|
35ab64b086
|
Rename `Rotation::unwrap` to `Rotation::into_inner` and deprecate `Rotation::unwrap`
See #460
|
2018-12-16 12:58:20 +01:00 |
Jack Wrenn
|
0ab137bfcf
|
Rename `Unit::unwrap` to `Unit::into_inner` and deprecate `Unit::unwrap`
See #460
|
2018-12-16 12:58:20 +01:00 |
Jack Wrenn
|
0f66403cbb
|
Rename `MatrixVec` to `VecStorage`.
See #470.
|
2018-12-06 20:51:29 +01:00 |
Jack Wrenn
|
b83c3b857b
|
Rename `MatrixArray` to `ArrayStorage`.
See #470.
|
2018-12-06 20:51:29 +01:00 |
sebcrozet
|
1f2ef4bb44
|
Release v0.16.12.
|
2018-12-04 22:05:09 +01:00 |
sebcrozet
|
c69ab193be
|
Fix cornercase for Rotation3 conversion to euler angles.
Fix #494
|
2018-12-04 22:04:07 +01:00 |
Jack Wrenn
|
72d89c75ae
|
Group swizzle methods by dimensional requirement.
This is semantically equivalent, but improves the rendered documentation.
|
2018-11-24 08:03:54 +01:00 |
sebcrozet
|
a56aad76bd
|
Release v0.16.11
|
2018-11-23 07:02:27 +01:00 |
sebcrozet
|
a15d683e47
|
Update changelog.
|
2018-11-23 07:01:45 +01:00 |
sebcrozet
|
f972d1dd7e
|
Small dimension check fix for swizzling.
|
2018-11-23 07:01:35 +01:00 |
Jack Wrenn
|
accdd51faf
|
Implement `Into<Vec<N>>` for `MatrixVec<N, R, C>`
|
2018-11-23 07:01:15 +01:00 |
Jack Wrenn
|
74ff6ae199
|
Implement `Point` swizzling
|
2018-11-23 06:34:00 +01:00 |