Removed AngleAxis, Sperhical will be used instead

This commit is contained in:
Pascal Serrarens 2024-09-26 12:14:55 +02:00
parent 2e61e1b710
commit 06da9e5b80
2 changed files with 5 additions and 1 deletions

View File

@ -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<T> AngleAxisOf<T>::GetSwing() {
template class AngleAxisOf<float>;
template class AngleAxisOf<signed short>;
*/

View File

@ -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<float>;
} // namespace Passer
using namespace Passer::LinearAlgebra;
#endif
#endif
*/