From 2f9e4f922938fbfddff4c0bdcd7f9f117d6fb8df Mon Sep 17 00:00:00 2001 From: powerof3 Date: Wed, 31 Jul 2024 17:40:35 +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;