#angle #degree

radians

A crate for storing angles

8 releases

0.3.1 Feb 13, 2023
0.3.0 May 21, 2022
0.2.3 Apr 25, 2022
0.2.2 Mar 31, 2022
0.1.1 Feb 16, 2022

#729 in Math

Download history 5/week @ 2024-06-29 34/week @ 2024-07-06 41/week @ 2024-07-13 46/week @ 2024-07-20 79/week @ 2024-07-27 64/week @ 2024-08-03 26/week @ 2024-08-10 39/week @ 2024-08-17 35/week @ 2024-08-24 53/week @ 2024-08-31 45/week @ 2024-09-07 47/week @ 2024-09-14 82/week @ 2024-09-21 58/week @ 2024-09-28 68/week @ 2024-10-05 47/week @ 2024-10-12

262 downloads per month
Used in 3 crates

MIT/Apache

30KB
622 lines

radians

A crate for storing angles.

Exports the types Rad32 and Rad64 for dealing with angles in radians, as well as Wrap32 and Wrap64 for angles that automatically wrap around -π and +π.

Supports custom formatting in terms of degrees, minutes, and seconds, via the Rad{32, 64}.deg() method.

License: MIT OR Apache-2.0


lib.rs:

A crate for storing angles.

Exports the types Rad32 and Rad64 for dealing with angles in radians, as well as Wrap32 and Wrap64 for angles that automatically wrap around -π and +π.

Supports custom formatting in terms of degrees, minutes, and seconds, via the Rad{32, 64}.deg() method.

Dependencies

~74KB