Class: RGeo::Cartesian::SweeplineIntersector::Intersection
- Inherits:
-
Struct
- Object
- Struct
- RGeo::Cartesian::SweeplineIntersector::Intersection
- Defined in:
- lib/rgeo/cartesian/sweepline_intersector.rb
Instance Attribute Summary collapse
-
#point ⇒ Object
Returns the value of attribute point.
-
#s1 ⇒ Object
Returns the value of attribute s1.
-
#s2 ⇒ Object
Returns the value of attribute s2.
Instance Attribute Details
#point ⇒ Object
Returns the value of attribute point
21 22 23 |
# File 'lib/rgeo/cartesian/sweepline_intersector.rb', line 21 def point @point end |
#s1 ⇒ Object
Returns the value of attribute s1
21 22 23 |
# File 'lib/rgeo/cartesian/sweepline_intersector.rb', line 21 def s1 @s1 end |
#s2 ⇒ Object
Returns the value of attribute s2
21 22 23 |
# File 'lib/rgeo/cartesian/sweepline_intersector.rb', line 21 def s2 @s2 end |