r static method

double r(
  1. double value
)

Implementation

static double r(double value) {
  return (value / baseWidth) * effectiveWidth;
}