target — the result will be copied into this Vector3.
target
Returns the center of the line segment.
Vector3 getCenter(Vector3 target) { return target.add2(start, end).scale(0.5); }