Class: RGeo::Cartesian::GeometryGraph::GeomEdge

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

Overview

GeomEdge will be used to store the references to the HalfEdges

Instance Attribute Summary collapse

Instance Attribute Details

#exterior_edgeObject

Returns the value of attribute exterior_edge

Returns:

  • (Object)

    the current value of exterior_edge



259
260
261
# File 'lib/rgeo/cartesian/planar_graph.rb', line 259

def exterior_edge
  @exterior_edge
end

#interior_edgesObject

Returns the value of attribute interior_edges

Returns:

  • (Object)

    the current value of interior_edges



259
260
261
# File 'lib/rgeo/cartesian/planar_graph.rb', line 259

def interior_edges
  @interior_edges
end