directedEdgeToCells method
@defgroup directedEdgeToCells
directedEdgeToCells
Functions for directedEdgeToCells
@{
/
/** @brief Returns the origin and destination hexagons from the directed
edge H3Index
Implementation
int directedEdgeToCells(
int edge,
ffi.Pointer<H3Index> originDestination,
) {
return _directedEdgeToCells(
edge,
originDestination,
);
}