#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

#713 in Math

Download history 47/week @ 2024-07-22 80/week @ 2024-07-29 63/week @ 2024-08-05 45/week @ 2024-08-12 17/week @ 2024-08-19 52/week @ 2024-08-26 40/week @ 2024-09-02 45/week @ 2024-09-09 48/week @ 2024-09-16 85/week @ 2024-09-23 55/week @ 2024-09-30 62/week @ 2024-10-07 49/week @ 2024-10-14 58/week @ 2024-10-21 32/week @ 2024-10-28 50/week @ 2024-11-04

189 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