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