public OrientedBox(OrientedBox other) { orientation = other.orientation; center = other.center; dimensions = other.dimensions; }