Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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