qtrocket/utils/math/Quaternion.cpp
2023-04-07 17:08:44 -06:00

12 lines
94 B
C++

#include "Quaternion.h"
namespace math
{
Quaternion::Quaternion()
{
}
} // namespace math