12 lines
94 B
C++
12 lines
94 B
C++
#include "Quaternion.h"
|
|
|
|
namespace math
|
|
{
|
|
|
|
Quaternion::Quaternion()
|
|
{
|
|
|
|
}
|
|
|
|
} // namespace math
|