Uses of Interface
es.ucm.look.ar.math.collision.Armature

Packages that use Armature
es.ucm.look.ar.ar3D.core.drawables   
es.ucm.look.ar.math.collision   
es.ucm.look.ar.math.collision.debug   
 

Uses of Armature in es.ucm.look.ar.ar3D.core.drawables
 

Methods in es.ucm.look.ar.ar3D.core.drawables that return Armature
 Armature Mesh3D.getArmarture()
          Returns an Armature in the local system coordiantes of this entity
 Armature Entity3D.getArmature()
          Returns an Armature in the local system coordiantes of this entity
 

Uses of Armature in es.ucm.look.ar.math.collision
 

Classes in es.ucm.look.ar.math.collision that implement Armature
 class SphericalArmature
          A Spherical Armature.
 class SquareArmature
           
 

Uses of Armature in es.ucm.look.ar.math.collision.debug
 

Subinterfaces of Armature in es.ucm.look.ar.math.collision.debug
 interface DebugArmature
          A debug armature is an armature with properties only used during debug processes
 

Classes in es.ucm.look.ar.math.collision.debug that implement Armature
 class SphericalDebugArmature
           
 class SquareDebugArmature