class

Tile

Inherits Array < Comparable < Indexable::Mutable < Indexable < Enumerable < Iterable < Reference < Object

Constants

H_FLIPPED = ((0...(8 * 8)).to_a.in_groups_of(8)).map() do |__arg0| __arg0.map(&.not_nil!).reverse end.flatten
HV_FLIPPED = ((0...(8 * 8)).to_a.in_groups_of(8)).map() do |__arg4| __arg4.map(&.not_nil!).reverse end.reverse.flatten
V_FLIPPED = ((0...(8 * 8)).to_a.in_groups_of(8)).map(&.map(&.not_nil!)).reverse.flatten

Instance methods

h_flipped
Source
hv_flipped
Source
v_flipped
Source
values_at(array : Array(Int32)) : Array(Bytes)
Source