Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal_mahjongg
main
ImagesCreator
ImagesDos
ImagesSmooth
InternalFiles
MahjonggModel
Tile
MahjonggView
Main
Position
PyramidLayout
SettingsView
Generated using Crystal 1.14.0
2024-11-26 09:56:16 UTC
class
Position
Position
Reference
Object
Defined in:
pyramid_layout.cr
Constructors
.new
(column : Int32, row : Int32, layer : Int32)
Instance Method Summary
#column
: Int32
#layer
: Int32
#row
: Int32
Constructor Detail
def self.
new
(column : Int32, row : Int32, layer : Int32)
#
[
View source
]
Instance Method Detail
def
column
: Int32
#
[
View source
]
def
layer
: Int32
#
[
View source
]
def
row
: Int32
#
[
View source
]