nalgebra/nalgebra-glm/src
Bruce Mitchener aed58d0dd6 Vector and quaternion alias improvements.
By aliasing to the aliases defined within glm rather than going
directly to nalgebra types / aliases, we're able to improve the
experience of linking through the docs in the glm docs.

For example, with TVec1 defined in terms of TVec rather than Vector1,
then the docs link from TVec1 to TVec and we're able to better
explain the concepts at the glm level.
2018-10-05 20:34:15 +02:00
..
ext clippy: Prefer unwrap_or_else to unwrap_or. 2018-10-05 06:00:50 +02:00
gtc clippy: Prefer unwrap_or_else to unwrap_or. 2018-10-05 06:00:50 +02:00
gtx clippy: Prefer unwrap_or_else to unwrap_or. 2018-10-05 06:00:50 +02:00
aliases.rs Vector and quaternion alias improvements. 2018-10-05 20:34:15 +02:00
common.rs clippy: Use f32::from_bits(). 2018-10-05 20:30:41 +02:00
constructors.rs Add more doc linking and some doc tests. 2018-10-04 21:04:50 +02:00
exponential.rs Add more see-also content to glm docs. 2018-10-04 05:26:21 +02:00
geometric.rs Improve cross-linking and cross-referencing in docs. 2018-09-27 06:00:32 +02:00
integer.rs Rename the Mat and Vec aliases to TMat and TVec. 2018-09-23 17:10:49 +02:00
lib.rs Improve cross-linking and cross-referencing in docs. 2018-09-27 06:00:32 +02:00
matrix.rs clippy: Prefer unwrap_or_else to unwrap_or. 2018-10-05 06:00:50 +02:00
packing.rs Setup functions signatures for the glm interface. 2018-09-23 17:10:49 +02:00
traits.rs Move files around and complete the doc. 2018-09-23 17:10:49 +02:00
trigonometric.rs Rename the Mat and Vec aliases to TMat and TVec. 2018-09-23 17:10:49 +02:00
vector_relational.rs Add more doc linking and some doc tests. 2018-10-04 21:04:50 +02:00