w static method

double w(
  1. double width
)

Implementation

static double w(double width) {
  return (width / baseWidth) * effectiveWidth;
}