gloss-rendering-1.9.1.1: Gloss Picture data type and rendering functions.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Gloss.Data.Quad

Synopsis

Documentation

data Quad Source

Represents a Quadrant in the 2D plane.

Constructors

NW

North West

NE

North East

SW

South West

SE

South East

Instances

allQuads :: [Quad] Source

A list of all quadrants. Same as [NW .. SE].