Crates.io | quat |
lib.rs | quat |
version | 0.2.1 |
source | src |
created_at | 2017-08-17 19:35:32.532815 |
updated_at | 2018-08-19 18:11:30.752605 |
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);
}