Absolute error between this and correct
correct
double absoluteError(Vector2 correct) => (this - correct).length;