Computes the size (width, height, depth) of this AABB and stores it into the given vector.
Vector3 getSize(Vector3 result ) { return result.subVectors( max, min ); }