1
2
3
4
5
//! # Rendering Math
//!
//! `rmath-rs` is a collection of GLSL/HLSL-like vector math to make software-rendering more convenient.
mod vector4;
pub use self::vector4::Vector4;