minorMajorRatio property

double minorMajorRatio

The ratio of the length of the semi-minor axis to the semi-major axis.

Implementation

double get minorMajorRatio {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EllipticArcSegment_getMinorMajorRatio(
      _handle,
      errorHandler,
    );
  });
}