From 70f84d15486d33bc0574cbb383fcb6c5250db974 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Sat, 3 Aug 2024 18:12:21 +0000 Subject: [PATCH] maintenance --- include/RE/N/NiMatrix3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/RE/N/NiMatrix3.h b/include/RE/N/NiMatrix3.h index 9a5447ad8..b49076388 100644 --- a/include/RE/N/NiMatrix3.h +++ b/include/RE/N/NiMatrix3.h @@ -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;