|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.ucm.look.ar.math.collision.SphericalArmature
es.ucm.look.ar.math.collision.debug.SphericalDebugArmature
public class SphericalDebugArmature
Constructor Summary | |
---|---|
SphericalDebugArmature(Point3 center,
float radius)
|
Method Summary | |
---|---|
void |
debugDraw(GL10 gl)
Debug draw |
Point3 |
getIntersectionPoint(Ray r)
Test whether a ray intersects with the armature. |
Methods inherited from class es.ucm.look.ar.math.collision.SphericalArmature |
---|
contains, getRadius, 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, intersects |
Constructor Detail |
---|
public SphericalDebugArmature(Point3 center, float radius)
Method Detail |
---|
public void debugDraw(GL10 gl)
DebugArmature
debugDraw
in interface DebugArmature
public Point3 getIntersectionPoint(Ray r)
Armature
getIntersectionPoint
in interface Armature
getIntersectionPoint
in class SphericalArmature
r
- the ray
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |