Method: GeoCalc::Intersection#intersection
- Defined in:
- lib/geo_calc/calc/intersection.rb
#intersection(brng1, p2, brng2) ⇒ Object
3 4 5 |
# File 'lib/geo_calc/calc/intersection.rb', line 3 def intersection brng1, p2, brng2 GeoCalc::Intersection.intersection self, brng1, p2, brng2 end |