edgeLengthRads method
@defgroup edgeLength edgeLength Functions for edgeLength @{ / /** @brief exact length for a specific directed edge in radians
Implementation
int edgeLengthRads(
int edge,
ffi.Pointer<ffi.Double> length,
) {
return _edgeLengthRads(
edge,
length,
);
}