opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
quaternion.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <cstdint>
6
7namespace osc
8{
14
15 template<typename T>
16 constexpr T identity();
17
18 template<>
20 {
21 return Quaternion{};
22 }
23}
Definition custom_decoration_generator.h:5
constexpr T identity()
constexpr Quaternion identity< Quaternion >()
Definition quaternion.h:19