call method

dynamic call(
  1. T x
)

Implementation

call(T x) {
  _projection._project = _projectAt(x);
  return _projection._recenter();
}