15 releases (2 stable)
Uses old Rust 2015
2.0.0 | Oct 20, 2024 |
---|---|
1.0.0 | Oct 29, 2022 |
0.4.1 | Nov 21, 2019 |
0.4.0 | May 24, 2019 |
0.0.2 | Feb 15, 2015 |
#63 in Math
4,124 downloads per month
Used in 24 crates
(6 directly)
11KB
228 lines
quaternion
A simple and type agnostic Rust library for quaternion math designed for reexporting
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
A simple and type agnostic quaternion math library designed for reexporting
Dependencies
~68KB