View Single Post
  #1  
Old 12-14-2011, 02:40 AM
sjaakvwn sjaakvwn is offline
Member
 
Join Date: Dec 2011
Posts: 4
Definition of getAngularVelocity

Hello,

What is the definition of the format returned by getAngularVelocity.
Is it a radial vector?
Is it an euler vector?

I assumed that it was a radial vector, but I am getting strange results.

In my application, the following line is possibly incorrect:

velocity = ball.getVelocity() + vizmat.Vector(ball.getAngularVelocity()).cross(arm )

Regards,

Sjaak
Reply With Quote