Example usage for com.badlogic.gdx.math.collision BoundingBox subclass-usage

List of usage examples for com.badlogic.gdx.math.collision BoundingBox subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.math.collision BoundingBox subclass-usage.

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;