Skip to content

Releases: polymonster/maths-rs

Release 0.1.12

23 Mar 08:51

Choose a tag to compare

- tidy up Mat43 type

Release 0.1.11

19 Mar 17:26

Choose a tag to compare

- add fov / focal length conversions

Release 0.1.10

08 Mar 14:37

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

Choose a tag to compare

- update docs

Release 0.1.8

24 Feb 12:16

Choose a tag to compare

- use prelude in tests

Release 0.1.7

22 Feb 12:33

Choose a tag to compare

- make generic trig and log functions, sweep through lib.rs comments …

Release 0.1.6

13 Feb 12:32

Choose a tag to compare

- fix unused temp warning

Release 0.1.5

15 Jan 13:54

Choose a tag to compare

- add ray_vs_cylinder + tests, point_sphere_distance + tests

Release 0.1.4

15 Jan 12:34

Choose a tag to compare

- comment out broken test

Release 0.1.3

15 Oct 09:10

Choose a tag to compare

- add sphere vs capsule and ray vs capsule functions