kopia lustrzana https://github.com/jameshball/osci-render
13 wiersze
547 B
C++
13 wiersze
547 B
C++
// L=============================================================================
|
|
// L This software is distributed under the MIT license.
|
|
// L Copyright 2021 Péter Kardos
|
|
// L=============================================================================
|
|
|
|
#pragma once
|
|
|
|
#include "Quaternion/QuaternionArithmetic.hpp"
|
|
#include "Quaternion/QuaternionCompare.hpp"
|
|
#include "Quaternion/QuaternionFunction.hpp"
|
|
#include "Quaternion/QuaternionImpl.hpp"
|
|
#include "Quaternion/QuaternionLiterals.hpp"
|
|
#include "Quaternion/QuaternionVectorArithmetic.hpp" |