Example usage for com.badlogic.gdx.math Rectangle subclass-usage

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

Introduction

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

Usage

From source file com.blobb.game.Mess.java

/**
 *
 * @author Beni
 */
public class Mess extends Rectangle {

From source file com.blobb.game.WallMess.java

/**
 *
 * @author Beni
 */
public class WallMess extends Rectangle {

From source file com.jemge.j2d.culling.CullingZone.java

public class CullingZone extends Rectangle {
    public CullingZone(float x, float y, float width, float height) {
        super(x, y, width, height);
    }

    public void getCullingList(ZoneBasedCulling culling, List<IEntity> list) {

From source file com.mygdx.game.HideAndSeek.Entity.java

/**
 *
 * @author Mat
 */
public abstract class Entity extends Rectangle {

From source file com.mygdx.test.GameObject.java

/**
 *
 * @author Kamil
 */
public class GameObject extends Rectangle {

From source file com.o2d.pkayjava.editor.utils.EntityBounds.java

/**
 * Created by azakhary on 6/5/2015.
 */
public class EntityBounds extends Rectangle {

    private final float scaleX;

From source file com.trueMagic.physics.collision.CollisionRectangle.java

/**
 *
 * @author Declan Easton
 */
public class CollisionRectangle extends Rectangle implements CollisionShape {

From source file com.uwsoft.editor.utils.EntityBounds.java

/**
 * Created by azakhary on 6/5/2015.
 */
public class EntityBounds extends Rectangle {

    public EntityBounds(Entity entity) {