Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
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-1.8.2.2: Painless 2D vector graphics, animations and simulations.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
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.