Stores the (x,y) position of a two-dimensional cell

Constructor

@:value({ y : 0, x : 0 })new (x:Int = 0, y:Int = 0)

Variables

x:Int

The column index.

y:Int

The row index.

Methods

toString ():String