class RubyPager::Intersect
Public Class Methods
new(ex_object1, ex_object2, ex_mode)
click to toggle source
# File lib/ruby_pager/intersect.rb, line 7 def initialize(ex_object1, ex_object2, ex_mode) end
Public Instance Methods
intersects?()
click to toggle source
# File lib/ruby_pager/intersect.rb, line 11 def intersects? end
overlap_percentage()
click to toggle source
# File lib/ruby_pager/intersect.rb, line 15 def overlap_percentage end
Private Instance Methods
calculate_polygon_line_intersection()
click to toggle source
# File lib/ruby_pager/intersect.rb, line 25 def calculate_polygon_line_intersection end
calculate_polygon_polygon_intersection()
click to toggle source
# File lib/ruby_pager/intersect.rb, line 29 def calculate_polygon_polygon_intersection end
run()
click to toggle source
# File lib/ruby_pager/intersect.rb, line 21 def run end