Skip to content

Releases: polymonster/maths-rs

Release 0.1.10

08 Mar 14:37
Compare
Choose a tag to compare
- fix quat mul_assign, add Quat::identity, fix up doc comments + add …

Release 0.1.9

07 Mar 16:12
Compare
Choose a tag to compare
- update docs

Release 0.1.8

24 Feb 12:16
Compare
Choose a tag to compare
- use prelude in tests

Release 0.1.7

22 Feb 12:33
Compare
Choose a tag to compare
- make generic trig and log functions, sweep through lib.rs comments …

Release 0.1.6

13 Feb 12:32
Compare
Choose a tag to compare
- fix unused temp warning

Release 0.1.5

15 Jan 13:54
Compare
Choose a tag to compare
- add ray_vs_cylinder + tests, point_sphere_distance + tests

Release 0.1.4

15 Jan 12:34
Compare
Choose a tag to compare
- comment out broken test

Release 0.1.3

15 Oct 09:10
Compare
Choose a tag to compare
- add sphere vs capsule and ray vs capsule functions