rogalik_math 0.3.0

A basic math utils for the Rogalik engine
Documentation
1
2
3
4
5
pub mod utils;
pub mod vector2;

pub use vector2::{Vector2f, Vector2i, ORTHO_DIRECTIONS};
pub use utils::{find_path, visible_tiles, get_line};