Computes the size (width, height, depth) of this OBB and stores it into the given vector.
Vector3 getSize(Vector3 result ) { return result.copy( halfSizes ).multiplyScalar( 2 ); }