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

Constructor

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

Variables

x:Int

The column index.

y:Int

The row index.

z:Int

The depth index.