compute method

Point compute()

Computes the current value of this instance, calling computer.

Implementation

Point compute() => computer(translate).resolve();