| Safe Haskell | Safe-Inferred |
|---|
Graphics.Gloss.Data.Point
Documentation
type Point = (Float, Float)Source
A point on the x-y plane.
Points can also be treated as Vectors, so Graphics.Gloss.Data.Vector
may also be useful.
gloss-1.7.8.3: Painless 2D vector graphics, animations and simulations.
| Safe Haskell | Safe-Inferred |
|---|
Graphics.Gloss.Data.Point
type Point = (Float, Float)Source
A point on the x-y plane.
Points can also be treated as Vectors, so Graphics.Gloss.Data.Vector
may also be useful.