# File mrplot/helpers.rb, line 13
    def initialize(angle = 90, origin = Point.new(0,0))
      @angle  = angle
      @origin = origin
    end