Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Jul 31, 2024
1 parent d9be5b1 commit 2f9e4f9
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 2f9e4f9

Please sign in to comment.