module Rendering.Point ( Point ) where type Point = (Double, Double)