Skip to content

Commit

Permalink
Added getAngularVelocity() to btRigidBody
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuang11 committed Jun 30, 2014
1 parent c79588e commit 9c7f353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ammo.idl
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ interface btRigidBody {
void applyImpulse([Const, Ref] btVector3 impulse, [Const, Ref] btVector3 rel_pos);
void updateInertiaTensor();
[Const, Ref] btVector3 getLinearVelocity();
[Const, Ref] btVector3 getAngularVelocity();
void setLinearVelocity([Const, Ref] btVector3 lin_vel);
void setAngularVelocity([Const, Ref] btVector3 ang_vel);
btMotionState getMotionState();
Expand Down

0 comments on commit 9c7f353

Please sign in to comment.