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_startObject

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

#pointObject

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

#segmentObject

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