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