List of usage examples for com.badlogic.gdx.math.collision BoundingBox subclass-usage
From source file br.com.abby.linear.OrientedBoundingBox.java
/** Encapsulates an oriented bounding box represented by a minimum and a maximum Vector. Additionally you can query for the * bounding box's center, dimensions and corner points. * * @author badlogicgames@gmail.com */ public class OrientedBoundingBox extends BoundingBox { private static final long serialVersionUID = -563414328395949544L;