rmath-rs 0.1.0

collection of GLSL/HLSL-like vector math to make software-rendering more convenient
Documentation
//! # 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;