omelet 0.1.2

A lightweight, game-orented math library for Rust, including vectors, matrices, and quaternions.
Documentation
1
2
3
4
5
6
pub mod quat;

pub use quat::Quat;

#[cfg(test)]
mod quat_tests;