target — the result will be copied into this Vector3.
target
Returns the delta vector of the line segment ( end vector minus the start vector).
Vector3 delta(Vector3 target) { return target.sub2(end, start); }