15 releases
Uses old Rust 2015
0.5.0 | Mar 29, 2022 |
---|---|
0.4.0 | Aug 16, 2019 |
0.3.5 | Oct 6, 2017 |
0.1.55555 | May 31, 2016 |
0.1.1 | Jul 12, 2015 |
#530 in Math
3,533 downloads per month
Used in 19 crates
(5 directly)
19KB
612 lines
angle-rs
Rust angle wrapper to avoid ambiguous parameters + common operation over angles like wrapping, comparisons, arithmetic operations, trigonometric operations and conversions between rad and deg.
assert!(Deg(20)>Deg(370))
assert!(Deg(20).min(Deg(370)) == Deg(370))
assert_eq!(Deg(180.0f32).sin(),Rad::pi().sin())
Dependencies
~0.5–1.2MB
~27K SLoC