update method

void update(
  1. double t
)

Implementation

void update(double t) {
  value = _getValue(t);
}