Relative error between this and correct
correct
double relativeError(Vector2 correct) => absoluteError(correct) / correct.length;