Class: RGeo::Cartesian::SweeplineIntersector::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgeo/cartesian/sweepline_intersector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_start ⇒ Object

Returns the value of attribute is_start

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of segment



20
21
22
# File 'lib/rgeo/cartesian/sweepline_intersector.rb', line 20

def segment
  @segment
end