directedEdgeToCells method

int directedEdgeToCells(
  1. int edge,
  2. Pointer<H3Index> originDestination
)

@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,
  );
}