Relative Velocity
I'm not sure if I'm right but if I want to calculate the velocity in the frame coordinate of a bodies is it correct to use transform?
Example:
vx,vy,vz=link.transform(link.getVelocity())
Thanks
|
breve: a 3d Simulation Environment for Multi-Agent Simulations and Artificial Life |
|
NavigationUser loginActive forum topicsSearch |
Relative VelocityI'm not sure if I'm right but if I want to calculate the velocity in the frame coordinate of a bodies is it correct to use transform? Example: vx,vy,vz=link.transform(link.getVelocity()) Thanks |