org.ode4j.ode
Interface DBody.BodyMoveCallBack

Enclosing interface:
DBody

public static interface DBody.BodyMoveCallBack

Whenever a body has its position or rotation changed during the timestep, the callback will be called (with body as the argument). Use it to know which body may need an update in an external structure (like a 3D engine).


Method Summary
 void run(DBody b)
           
 

Method Detail

run

void run(DBody b)