This library will e the math library of the magic game engine. Currently, it defines basic numerical types that can be used in generic programming and a set of generic Vector structures. Tests can be added to the "tests" crate.
4 lines
34 B
Rust
4 lines
34 B
Rust
extern crate sigils;
|
|
|
|
mod vector;
|