# File mrplot.rb, line 277
    def transform_to_windowspace(pointnd, windowspace)
      point2d = transform_to_unitspace(pointnd)
      Point.new(point2d.x*windowspace.width, point2d.y*windowspace.height)
    end