SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLDeviceRotation.h File Reference

Mobile device rotation class declaration. More...

#include <SL.h>
#include <SLMat3.h>
#include <SLQuat4.h>
#include <Averaged.h>
Include dependency graph for SLDeviceRotation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLDeviceRotation
 Encapsulation of a mobile device rotation set by the device's IMU sensor. More...
 

Enumerations

enum  SLRotOffsetMode { ROM_none = 0 , ROM_oneFingerX , ROM_oneFingerXY }
 Device rotation offset mode. More...
 

Detailed Description

Mobile device rotation class declaration.

Authors
Marcus Hudritsch
Date
November 2017
Authors
Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLDeviceRotation.h.

Enumeration Type Documentation

◆ SLRotOffsetMode

Device rotation offset mode.

Enumerator
ROM_none 
ROM_oneFingerX 
ROM_oneFingerXY 

Definition at line 22 of file SLDeviceRotation.h.

23 {
24  ROM_none = 0,
27 };
@ ROM_oneFingerX
@ ROM_none
@ ROM_oneFingerXY