Example usage for com.badlogic.gdx.ai.steer Proximity interface-usage

List of usage examples for com.badlogic.gdx.ai.steer Proximity interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.ai.steer Proximity interface-usage.

Usage

From source file com.badlogic.gdx.ai.tests.steer.box2d.Box2dSquareAABBProximity.java

/** A {@code Box2dSquareAABBProximity} is a {@link Proximity} that queries the world for all fixtures that potentially overlap the
 * square AABB built around the circle having the specified detection radius and whose center is the owner position.
 * 
 * @author davebaol */
public class Box2dSquareAABBProximity implements Proximity<Vector2>, QueryCallback {

From source file com.semperhilaris.engine.ai.steer.box2d.Box2dSquareAABBProximity.java

/** A {@code Box2dSquareAABBProximity} is a {@link Proximity} that queries the world for all fixtures that potentially overlap the
 * square AABB built around the circle having the specified detection radius and whose center is the owner position.
 * 
 * @author davebaol */
public class Box2dSquareAABBProximity implements Proximity<Vector2>, QueryCallback {

From source file com.starsailor.util.box2d.Box2dSquareAABBProximity.java

/**
 * A {@code Box2dSquareAABBProximity} is a {@link Proximity} that queries the world for all fixtures that potentially overlap the
 * square AABB built around the circle having the specified detection radius and whose center is the owner position.
 *
 * @author davebaol
 */