getDirectedEdgeDestination method
@defgroup getDirectedEdgeDestination
getDirectedEdgeDestination
Functions for getDirectedEdgeDestination
@{
/
/** @brief Returns the destination hexagon H3Index from the directed edge
H3Index
Implementation
int getDirectedEdgeDestination(
int edge,
ffi.Pointer<H3Index> out,
) {
return _getDirectedEdgeDestination(
edge,
out,
);
}