| 1 | #include <math/seadQuat.h> |
|---|---|
| 2 | |
| 3 | namespace sead |
| 4 | { |
| 5 | template <> |
| 6 | const Quatf Quat<float>::unit(1.0f, 0.0f, 0.0f, 0.0f); |
| 7 | } // namespace sead |
| 8 |
| 1 | #include <math/seadQuat.h> |
|---|---|
| 2 | |
| 3 | namespace sead |
| 4 | { |
| 5 | template <> |
| 6 | const Quatf Quat<float>::unit(1.0f, 0.0f, 0.0f, 0.0f); |
| 7 | } // namespace sead |
| 8 |