Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jojojet/radians
a crate for storing angles as radians
https://github.com/jojojet/radians
Last synced: about 2 months ago
JSON representation
a crate for storing angles as radians
- Host: GitHub
- URL: https://github.com/jojojet/radians
- Owner: JoJoJet
- Created: 2022-01-20T05:34:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T02:59:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T08:49:12.846Z (2 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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