Class: RGeo::Cartesian::SweeplineIntersector::Intersection

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

Instance Attribute Summary collapse

Instance Attribute Details

#pointObject

Returns the value of attribute point

Returns:

  • (Object)

    the current value of point



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

def point
  @point
end

#s1Object

Returns the value of attribute s1

Returns:

  • (Object)

    the current value of s1



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

def s1
  @s1
end

#s2Object

Returns the value of attribute s2

Returns:

  • (Object)

    the current value of s2



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

def s2
  @s2
end