summaryrefslogtreecommitdiff
path: root/modules/codec/c++/schema_math.hpp
blob: 471409ffcfa1c0a1b0d9d2c914a36a85273ea3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include "schema.hpp"

namespace saw {
namespace schema {
template<typename T>
struct Complex {};

template<typename T>
struct Quaternion {};

template<typename T, uint64_t D>
struct Euler {};
}
}