API Documentation
Loading...
Searching...
No Matches
Madgwik.h
Go to the documentation of this file.
1
#pragma once
2
namespace
NDEVR
3
{
4
class
Madgwik
5
{
6
7
Quaternion<fltp08>
m_quaternion =
Quaternion<fltp08>
(1.0, 0.0, 0.0, 0.0);
8
Vector<3, fltp08>
m_gyro =
Vector<3, fltp08>
(0.0);
9
Vector<3, fltp08>
m_accel =
Constant<Vector<3, fltp08>
>::NaN;
10
Vector<3, fltp08>
m_magnet =
Constant<Vector<3, fltp08>
>::NaN;
11
};
12
}
NDEVR::Madgwik
Definition
Madgwik.h:5
NDEVR::Quaternion
Definition
Quaternion.hpp:20
NDEVR::Vector
An element of a vector space. An element of the real coordinate space Rn Basis vector,...
Definition
Vector.hpp:62
NDEVR
Definition
ACIColor.h:37
NDEVR::Constant
Definition
BaseValues.hpp:272
Hardware
Headers
Madgwik.h