From 06da9e5b80d1336fb01a2eed43dde7cf46f22040 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 26 Sep 2024 12:14:55 +0200 Subject: [PATCH] Removed AngleAxis, Sperhical will be used instead --- AngleAxis.cpp | 2 ++ AngleAxis.h | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AngleAxis.cpp b/AngleAxis.cpp index 1ff8c0e..6e17e51 100644 --- a/AngleAxis.cpp +++ b/AngleAxis.cpp @@ -1,3 +1,4 @@ +/* // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0.If a copy of the MPL was not distributed with this // file, You can obtain one at https ://mozilla.org/MPL/2.0/. @@ -49,3 +50,4 @@ DirectionOf AngleAxisOf::GetSwing() { template class AngleAxisOf; template class AngleAxisOf; +*/ \ No newline at end of file diff --git a/AngleAxis.h b/AngleAxis.h index 821e774..4d51c30 100644 --- a/AngleAxis.h +++ b/AngleAxis.h @@ -1,3 +1,4 @@ +/* // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0.If a copy of the MPL was not distributed with this // file, You can obtain one at https ://mozilla.org/MPL/2.0/. @@ -40,4 +41,5 @@ using AngleAxis = AngleAxisOf; } // namespace Passer using namespace Passer::LinearAlgebra; -#endif \ No newline at end of file +#endif +*/ \ No newline at end of file