Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Graphics.Gloss.Data.Point
Documentation
type Point = (Float, Float) Source
A point on the x-y plane.
Points can also be treated as Vector
s, so Graphics.Gloss.Data.Vector
may also be useful.
gloss-rendering-1.9.1.1: Gloss Picture data type and rendering functions.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Graphics.Gloss.Data.Point
type Point = (Float, Float) Source
A point on the x-y plane.
Points can also be treated as Vector
s, so Graphics.Gloss.Data.Vector
may also be useful.