Safe Haskell | Safe-Inferred |
---|
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.
Safe Haskell | Safe-Inferred |
---|
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.