sh method

dynamic sh(
  1. num n
)

Implementation

sh(num n) {
  return clampDouble(n.toDouble(), 0, 1) * actual.height;
}