rationalHeight method

double rationalHeight(
  1. double cy
)

Implementation

double rationalHeight(double cy) => cy * aspectRatio;