[ODE] Relative velocity

Daniel K. O. danielko.listas at gmail.com
Thu Jan 25 08:27:28 MST 2007


Jon Watte (ODE) escreveu:
> "Relative velocity" relative to what?

I think he meant in local coordinates; something like:

dReal *v = dBodyGetLinearVel(b);
dVector3 localv;
dBodyVectorFromWorld(b, v[0], v[1], v[2], localv);


---
Daniel K. O.



More information about the ODE mailing list