angulus
Unit agnostic angle.
What problem does it solve ?
Using simple floating point numbers to store an angle value is error-prone : you may add two angle with one in radians and the second in degrees or you may try to compute the cosine of a value in degrees and get an unexpected result.
angulus provides a type that represent an angle with no specific unit.
Example
use *;
Features
serde: Serialization/deserialization support via serde.
License
Licensed under either of the following, at your choice:
Unless explicitly stated otherwise, any contribution intentionally submitted for inclusion in this crate, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.