PistonDevelopers / quaternion

A simple and type agnostic Rust library for quaternion math designed for reexporting
Apache License 2.0
13 stars 6 forks source link

Support for #![no_std] #39

Closed lucazulian closed 4 years ago

lucazulian commented 4 years ago

I would like to use this library in embedded context but there is the use of use std::f64::consts::PI; in the code.