Crates.io | radians |
lib.rs | radians |
version | 0.3.1 |
source | src |
created_at | 2022-02-02 21:43:05.96533 |
updated_at | 2023-02-13 03:01:27.712566 |
description | A crate for storing angles |
homepage | |
repository | https://github.com/JoJoJet/radians |
max_upload_size | |
id | 525879 |
size | 29,241 |
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