Change tab to 2 spaces.

This commit is contained in:
scorpioblood 2024-05-13 23:11:29 +02:00
parent dee63c38e2
commit 3e58f65d28
30 changed files with 4853 additions and 4852 deletions

View File

@ -177,8 +177,6 @@ bool Phanes::Core::Math::operator!=(const TIntVector3<T>& v1, const TIntVector3<
// TIntVector3 function implementation // // TIntVector3 function implementation //
// ======================================= // // ======================================= //
template<IntType T, RealType Rt> template<IntType T, RealType Rt>
Rt Phanes::Core::Math::Magnitude(const TIntVector3<T>& v1) Rt Phanes::Core::Math::Magnitude(const TIntVector3<T>& v1)
{ {

View File

@ -2,6 +2,7 @@
#include "Core/public/Math/MathUnitConversion.h" #include "Core/public/Math/MathUnitConversion.h"
template<RealType T> template<RealType T>
inline T Phanes::Core::Math::UnitConversion::DegToRad(T deg) inline T Phanes::Core::Math::UnitConversion::DegToRad(T deg)
{ {

View File

@ -19,3 +19,5 @@ namespace Phanes::Core::Math {
}; };
} // Phanes::Core::Math } // Phanes::Core::Math