org.ode4j.ode
Interface DTriMesh.DTriCallback

Enclosing interface:
DTriMesh

public static interface DTriMesh.DTriCallback

Per triangle callback. Allows the user to say if he wants a collision with a particular triangle.


Method Summary
 int call(DGeom TriMesh, DGeom RefObject, int TriangleIndex)
           
 

Method Detail

call

int call(DGeom TriMesh,
         DGeom RefObject,
         int TriangleIndex)