Sha256: c2d3bcf4129755803e14f0411f6a8bad4841495ab0202582bd9db05a430b17dc
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
require 'rgeo' module RubyPager class Intersect def initialize(ex_object1, ex_object2, ex_mode) end def intersects? end def overlap_percentage end private def run end def calculate_polygon_line_intersection end def calculate_polygon_polygon_intersection end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_pager-0.1.3 | lib/ruby_pager/intersect.rb |
ruby_pager-0.1.2 | lib/ruby_pager/intersect.rb |
ruby_pager-0.1.1 | lib/ruby_pager/intersect.rb |