Trait hex2d::ToDirection [] [src]

pub trait ToDirection {
    fn to_direction(&self) -> Direction;
}

Can be treated as a Direction

Required Methods

Convert to Angle part of this data

Implementors