Commit Graph

18 Commits

Author SHA1 Message Date
sebcrozet
f0b29a9d23 Fix glm::clamp.
Fix #434.
2018-10-07 07:26:24 +02:00
Bruce Mitchener
81b19e9c8e glm docs: Add examples for clamp and clamp_scalar. 2018-10-07 06:01:36 +02:00
Bruce Mitchener
0c5cc0b65e glm docs: Fix broken doc test. 2018-10-07 06:01:36 +02:00
Bruce Mitchener
a34ad7d15f clippy: Use f32::from_bits(). 2018-10-05 20:30:41 +02:00
Bruce Mitchener
71011c080e clippy: Remove redundant closures. 2018-10-05 06:00:21 +02:00
sebcrozet
8699a85693 Remove doc-test for sign on matrices since they are not supported for now. 2018-10-05 05:56:25 +02:00
sebcrozet
87c97497d2 Fix the glm::sign function to match its documentation.
Fix #422.
2018-10-05 05:56:25 +02:00
Bruce Mitchener
a01fde5699 Add more doc linking and some doc tests. 2018-10-04 21:04:50 +02:00
sebcrozet
4140375b6e Rename the Mat and Vec aliases to TMat and TVec. 2018-09-23 17:10:49 +02:00
sebcrozet
ea668dea90 Various documentation improvements. 2018-09-23 17:10:49 +02:00
sebcrozet
2a6302cd54 Fix some comments. 2018-09-23 17:10:49 +02:00
sebcrozet
cff8f398ba Resolve all name conflicts. 2018-09-23 17:10:49 +02:00
sebcrozet
1b2fc74f33 Resolve some name conflicts. 2018-09-23 17:10:49 +02:00
sebcrozet
5ebb1fa635 Fix typo. 2018-09-23 17:10:49 +02:00
sebcrozet
3e445430a4 Move files around and complete the doc. 2018-09-23 17:10:49 +02:00
sebcrozet
a827e2d95f Start adding some gtx functions. 2018-09-23 17:10:49 +02:00
sebcrozet
e7edad5ebb Start actually implementing the GLM functions. 2018-09-23 17:10:49 +02:00
sebcrozet
bee63859c0 Setup functions signatures for the glm interface. 2018-09-23 17:10:49 +02:00