org.jbox2d.collision
Interface SupportsGenericDistance

All Known Implementing Classes:
EdgeShape, PolygonShape

public interface SupportsGenericDistance

A shape that implements this interface can be used in distance calculations for continuous collision detection. This does not remove the necessity of specialized penetration calculations when CCD is not in effect, however.


Method Summary
 void getFirstVertexToOut(XForm xf, Vec2 out)
           
 void support(Vec2 dest, XForm xf, Vec2 v)
           
 

Method Detail

support

void support(Vec2 dest,
             XForm xf,
             Vec2 v)

getFirstVertexToOut

void getFirstVertexToOut(XForm xf,
                         Vec2 out)