JoJoJet / radians

a crate for storing angles as radians

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a crate for storing angles as radians


Languages

Language:Rust 100.0%