exactEdgeLengthM method

double exactEdgeLengthM(
  1. int edge
)

Implementation

double exactEdgeLengthM(
  int edge,
) {
  return _exactEdgeLengthM(
    edge,
  );
}