[][src]Function rs_tiled_json::gid_flipped_hvd

pub fn gid_flipped_hvd(gid: u32) -> (bool, bool, bool)

The gid in tile layer data tells us if the tile at a location is flipped on the following axes: horizontal, vertical, and diagonal.
This function takes that information and determines that for you by returning a set of three booleans: (horizontal flip, vertical flip, diagonal flip).