glucose 0.1.5

multipurpose math and physics crate for my projects
Documentation
1
2
3
4
5
//! Some methods here are "unrolled" duplicates of their original method
//! these are marked with "_fast"
//! the fast methods will be removed as soon as 76560 gets resolved
pub mod mat;
pub mod vec;