gridPathCellsSize method
@defgroup gridPathCells gridPathCells Functions for gridPathCells @{ / /** @brief Number of indexes in a line connecting two indexes
Implementation
int gridPathCellsSize(
int start,
int end,
ffi.Pointer<ffi.Int64> size,
) {
return _gridPathCellsSize(
start,
end,
size,
);
}