quat

Crates.ioquat
lib.rsquat
version0.2.1
sourcesrc
created_at2017-08-17 19:35:32.532815
updated_at2018-08-19 18:11:30.752605
descriptionquat
homepagehttps://gitlab.com/nathanfaucett/rs-gmath
repositoryhttps://gitlab.com/nathanfaucett/rs-gmath.git
max_upload_size
id27911
size21,760
Nathan Faucett (nathanfaucett)

documentation

README

quat

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);
}
Commit count: 11

cargo fmt