public class

RectangularShapeCollisionChecker

extends ShapeCollisionChecker
java.lang.Object
   ↳ org.anddev.andengine.collision.BaseCollisionChecker
     ↳ org.anddev.andengine.collision.ShapeCollisionChecker
       ↳ org.anddev.andengine.collision.RectangularShapeCollisionChecker

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Public Constructors
RectangularShapeCollisionChecker()
Public Methods
static boolean checkCollision(RectangularShape pRectangularShapeA, RectangularShape pRectangularShapeB)
static boolean checkCollision(RectangularShape pRectangularShape, Line pLine)
static boolean checkContains(RectangularShape pRectangularShape, float pX, float pY)
static void fillVertices(RectangularShape pRectangularShape, float[] pVertices)
static boolean isVisible(Camera pCamera, RectangularShape pRectangularShape)
static boolean isVisible(Camera pCamera, Line pLine)
[Expand]
Inherited Methods
From class org.anddev.andengine.collision.ShapeCollisionChecker
From class org.anddev.andengine.collision.BaseCollisionChecker
From class java.lang.Object

Public Constructors

public RectangularShapeCollisionChecker ()

Public Methods

public static boolean checkCollision (RectangularShape pRectangularShapeA, RectangularShape pRectangularShapeB)

public static boolean checkCollision (RectangularShape pRectangularShape, Line pLine)

public static boolean checkContains (RectangularShape pRectangularShape, float pX, float pY)

public static void fillVertices (RectangularShape pRectangularShape, float[] pVertices)

public static boolean isVisible (Camera pCamera, RectangularShape pRectangularShape)

public static boolean isVisible (Camera pCamera, Line pLine)