radians

Crates.ioradians
lib.rsradians
version0.3.1
sourcesrc
created_at2022-02-02 21:43:05.96533
updated_at2023-02-13 03:01:27.712566
descriptionA crate for storing angles
homepage
repositoryhttps://github.com/JoJoJet/radians
max_upload_size
id525879
size29,241
Joseph (JoJoJet)

documentation

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

Commit count: 28

cargo fmt