Sets the given values to this OBB.
OBB set(Vector3 center, Vector3 halfSizes, Matrix3 rotation ) { this.center = center; this.halfSizes = halfSizes; this.rotation = rotation; return this; }