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 |
|
Jochen Görtler
|
85bfae5390
|
RFC: Add comment in Rotation::to_homogeneous()
|
2018-11-20 17:47:29 +01:00 |
|
Sébastien Crozet
|
bc9c74cbb6
|
RFC: Remove redundant Dim trait
Co-Authored-By: grtlr <grtlr@users.noreply.github.com>
|
2018-11-20 17:47:29 +01:00 |
|
Jochen Görtler
|
72f61918f4
|
RFC: Fix type annotations
|
2018-11-20 17:47:29 +01:00 |
|
Jochen Görtler
|
3ac5efeac1
|
WIP: to_homogeneous for MatrixN
|
2018-11-20 17:47:29 +01:00 |
|
Jim Turner
|
267d9760bd
|
Add as_ptr and as_mut_ptr methods
This is useful for moving around a matrix/slice in unsafe code and for
converting slices to other types (e.g. `ndarray::ArrayView`).
|
2018-11-19 16:53:46 -05:00 |
|
Jack Wrenn
|
c36416b9c0
|
Add ShapeConstraint for Extend<Vector<_,_,_>> implementations.
|
2018-11-18 06:36:04 +01:00 |
|
Jack Wrenn
|
0ed67d0470
|
Implement Extend<Vector<_,_,_>> for Matrix .
Extend a `Matrix` with columns drawn from an iterator of `Vector`s.
|
2018-11-18 06:36:04 +01:00 |
|