Change tab to 2 spaces.
This commit is contained in:
parent
dee63c38e2
commit
3e58f65d28
@ -177,8 +177,6 @@ bool Phanes::Core::Math::operator!=(const TIntVector3<T>& v1, const TIntVector3<
|
||||
// TIntVector3 function implementation //
|
||||
// ======================================= //
|
||||
|
||||
|
||||
|
||||
template<IntType T, RealType Rt>
|
||||
Rt Phanes::Core::Math::Magnitude(const TIntVector3<T>& v1)
|
||||
{
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include "Core/public/Math/MathUnitConversion.h"
|
||||
|
||||
|
||||
template<RealType T>
|
||||
inline T Phanes::Core::Math::UnitConversion::DegToRad(T deg)
|
||||
{
|
||||
|
@ -19,3 +19,5 @@ namespace Phanes::Core::Math {
|
||||
};
|
||||
|
||||
} // Phanes::Core::Math
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user