es.ucm.look.ar.math.collision.debug
Class SquareDebugArmature

java.lang.Object
  extended by es.ucm.look.ar.math.collision.SquareArmature
      extended by es.ucm.look.ar.math.collision.debug.SquareDebugArmature
All Implemented Interfaces:
Armature, DebugArmature

public class SquareDebugArmature
extends SquareArmature
implements DebugArmature


Constructor Summary
SquareDebugArmature(Point3 topLeft, Point3 bottomLeft, Point3 bottomRight, Point3 topRight)
           
 
Method Summary
 void debugDraw(GL10 gl)
          Debug draw
 
Methods inherited from class es.ucm.look.ar.math.collision.SquareArmature
contains, getIntersectionPoint, intersects
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface es.ucm.look.ar.math.collision.Armature
contains, getIntersectionPoint, intersects
 

Constructor Detail

SquareDebugArmature

public SquareDebugArmature(Point3 topLeft,
                           Point3 bottomLeft,
                           Point3 bottomRight,
                           Point3 topRight)
Method Detail

debugDraw

public void debugDraw(GL10 gl)
Description copied from interface: DebugArmature
Debug draw

Specified by:
debugDraw in interface DebugArmature