| Crates.io | quat |
| lib.rs | quat |
| version | 0.2.1 |
| created_at | 2017-08-17 19:35:32.532815+00 |
| updated_at | 2018-08-19 18:11:30.752605+00 |
| description | quat |
| homepage | https://gitlab.com/nathanfaucett/rs-gmath |
| repository | https://gitlab.com/nathanfaucett/rs-gmath.git |
| max_upload_size | |
| id | 27911 |
| size | 21,760 |
quaternion functions
extern crate quat;
fn main() {
let mut out = quat::new_identity();
quat::set_axis_angle(&mut out, &[0.0, 0.0, 1.0], &1.5);
}