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