directedEdgeToBoundary method
@defgroup directedEdgeToBoundary directedEdgeToBoundary Functions for directedEdgeToBoundary @{ / /** @brief Returns the CellBoundary containing the coordinates of the edge
Implementation
int directedEdgeToBoundary(
int edge,
ffi.Pointer<CellBoundary> gb,
) {
return _directedEdgeToBoundary(
edge,
gb,
);
}