h method

double h(
  1. num value
)

Scales height (same as .s but semantically clearer).

Implementation

double h(num value) => value * _scale;