gloss-algorithms-1.9.3.1: Data structures and algorithms for working with 2D graphics.

Safe HaskellSafe
LanguageHaskell98

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

allQuads :: [Quad] Source

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