makepad-math 1.0.0

Makepad math functions
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod math_f32;
pub mod math_f64;
pub mod math_usize;
pub mod complex;
pub mod shader;

pub use math_f32::*;
pub use math_f64::*;
pub use math_usize::*;
pub use shader::*;