Skip to content

Commit

Permalink
Merge branch 'dev-1.6.640' of https://github.com/powerof3/CommonLibSSE
Browse files Browse the repository at this point in the history
…into dev-1.6.640
  • Loading branch information
powerof3 committed Aug 3, 2024
2 parents 28b6de6 + 70f84d1 commit 629234d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/RE/N/NiMatrix3.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ namespace RE
NiMatrix3(float a_x, float a_y, float a_z);
NiMatrix3(const NiPoint3& a_x, const NiPoint3& a_y, const NiPoint3& a_z);

NiPoint3 GetVectorX() const;
NiPoint3 GetVectorY() const;
NiPoint3 GetVectorZ() const;
NiPoint3 GetVectorX() const;
NiPoint3 GetVectorY() const;
NiPoint3 GetVectorZ() const;

bool ToEulerAnglesXYZ(NiPoint3& a_angle) const;
bool ToEulerAnglesXYZ(float& a_xAngle, float& a_yAngle, float& a_zAngle) const;
Expand Down

0 comments on commit 629234d

Please sign in to comment.