lsph 0.1.9

Learned Spatial HashMap
Documentation
1
2
3
4
5
6
7
/// Axis defines axis direction in Cartesian coordinate system
#[derive(Debug, Clone)]
pub enum Axis {
    X,
    Y,
    Z,
}