Function planetkit::movement::turn_left_by_one_hex_edge [] [src]

pub fn turn_left_by_one_hex_edge(
    pos: &mut GridPoint3,
    dir: &mut Dir,
    resolution: [GridCoord; 2]
) -> Result<(), ()>

See turn_by_one_hex_edge.