edgeLengthM method

double edgeLengthM(
  1. int res
)

Implementation

double edgeLengthM(
  int res,
) {
  return _edgeLengthM(
    res,
  );
}