Removed AngleAxis, Sperhical will be used instead
This commit is contained in:
parent
2e61e1b710
commit
06da9e5b80
@ -1,3 +1,4 @@
|
|||||||
|
/*
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
// 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
|
// 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/.
|
// 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<float>;
|
||||||
template class AngleAxisOf<signed short>;
|
template class AngleAxisOf<signed short>;
|
||||||
|
*/
|
@ -1,3 +1,4 @@
|
|||||||
|
/*
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
// 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
|
// 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/.
|
// file, You can obtain one at https ://mozilla.org/MPL/2.0/.
|
||||||
@ -40,4 +41,5 @@ using AngleAxis = AngleAxisOf<float>;
|
|||||||
} // namespace Passer
|
} // namespace Passer
|
||||||
using namespace Passer::LinearAlgebra;
|
using namespace Passer::LinearAlgebra;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
Loading…
x
Reference in New Issue
Block a user