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.5.0.2: Painless 2D vector graphics, animations and simulations.
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.