h static method

double h(
  1. double height
)

Implementation

static double h(double height) {
  return (height / baseHeight) * effectiveHeight;
}