es.ucm.look.ar.math.collision.debug
Interface DebugArmature

All Superinterfaces:
Armature
All Known Implementing Classes:
SphericalDebugArmature, SquareDebugArmature

public interface DebugArmature
extends Armature

A debug armature is an armature with properties only used during debug processes


Method Summary
 void debugDraw(GL10 gl)
          Debug draw
 
Methods inherited from interface es.ucm.look.ar.math.collision.Armature
contains, getIntersectionPoint, intersects
 

Method Detail

debugDraw

void debugDraw(GL10 gl)
Debug draw

Parameters:
gl -