gridbox-0.3.0.0: A grid box model

Safe HaskellSafe
LanguageHaskell2010

GridBox.Row

Description

Row of a grid

Synopsis

Documentation

type Row = [Box] Source #

A row of boxes.

createBox :: (Double, Double) -> Double -> Double -> Int -> Int -> Box Source #

Create a box with given row, col, size, x- and y-offset.

makeRow :: (Double, Double) -> Double -> Double -> [Int] -> Int -> Row Source #

Create a row with given row, List of col-indexes, size, x- and y-offset.