adamnemecek
|
975d72f070
|
Replace explicit types with Self where possible.
|
2019-02-16 22:29:41 +01:00 |
|
sebcrozet
|
381fdb642c
|
Remove useless extern crate in doc-tests.
|
2019-02-03 11:01:11 +01:00 |
|
Gedl
|
59b0709fcf
|
Retain new_observer_frame as a deprecated wrapper function
|
2019-01-17 10:17:00 +01:00 |
|
Gedl
|
3fdcf5329d
|
Rename ::new_observer_frame to ::face_towards
|
2019-01-16 22:41:25 +01:00 |
|
George Burton
|
9c37c51203
|
Update dependencies, and fix tests from fallout
|
2018-12-18 14:44:53 +00:00 |
|
Jack Wrenn
|
2595db1607
|
Fix doctests broken by 35d2381a2a
|
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 |
|
sebcrozet
|
536923f9fc
|
Add doc-tests to rotation_specialization.
|
2018-11-10 11:20:34 +01:00 |
|
sebcrozet
|
2119c1adf5
|
Complete documentation for quaternions.
|
2018-11-01 11:07:36 +01:00 |
|
sebcrozet
|
911ddca588
|
Implement From<Vector> for Translation and Quaternion.
|
2018-11-01 11:07:36 +01:00 |
|
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
|
Bruce Mitchener
|
175c41ed3a
|
Typo fixes.
|
2018-09-24 21:15:07 +02:00 |
|
sebcrozet
|
3b19b6553e
|
Update dependencies.
|
2018-07-20 16:33:59 +02:00 |
|
Benjamin Saunders
|
aad94661c9
|
Document distribution uniformity, fix Rotation2 distribution
Also tweak UnitComplex distribution for consistency
|
2018-07-10 20:17:52 +02:00 |
|
Benjamin Saunders
|
352e71656d
|
Uniformly distributed random rotations, unit vectors
|
2018-07-10 20:17:52 +02:00 |
|
sebcrozet
|
a51744f86b
|
Update to rand 0.5.
|
2018-05-26 22:07:57 +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
|
7357d17b77
|
Fix typos.
|
2018-05-06 23:31:36 +02:00 |
|
Sébastien Crozet
|
31e3547401
|
Add UnitQuaternion::{new_eps, from_scaled_axis_eps}.
|
2018-05-06 23:31:36 +02:00 |
|
Sébastien Crozet
|
662cc9cd7f
|
Run rust fmt.
|
2018-02-03 13:59:05 +01:00 |
|
Sébastien Crozet
|
52598de44c
|
Add rotation_between_axis/scaled_rotation_between_axis.
|
2018-02-03 13:59:05 +01: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 |
|