Method: H3::UnidirectionalEdges#origin_from_unidirectional_edge
- Defined in:
- lib/h3/unidirectional_edges.rb
#origin_from_unidirectional_edge(edge) ⇒ Integer
Derive origin H3 index from edge.
82 83 84 85 |
# File 'lib/h3/unidirectional_edges.rb', line 82 attach_function :origin_from_unidirectional_edge, :getOriginH3IndexFromUnidirectionalEdge, i[h3_index], :h3_index |