Skip to content

Commit

Permalink
Merge pull request kripken#76 from Bunzaga/patch-2
Browse files Browse the repository at this point in the history
Added getRotation() to btMatrix3x3
  • Loading branch information
kripken committed Aug 11, 2014
2 parents 52e7061 + 1ad284f commit 946d175
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 @@ -42,6 +42,7 @@ btQuaternion implements btQuadWord;

interface btMatrix3x3 {
void setEulerZYX(float ex, float ey, float ez);
void getRotation([Ref] btQuaternion q);
};

interface btTransform {
Expand Down

0 comments on commit 946d175

Please sign in to comment.