C# Class andengine.sensor.orientation.OrientationData

Inheritance: andengine.sensor.BaseSensorData
Afficher le fichier Open project: jamesburton/AndEngine.net

Méthodes publiques

Méthode Description
OrientationData ( ) : System.Collections.Generic
ToString ( ) : System.String
getPitch ( ) : float
getRoll ( ) : float
getYaw ( ) : float

Method Details

OrientationData() public méthode

public OrientationData ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

getPitch() public méthode

public getPitch ( ) : float
Résultat float

getRoll() public méthode

public getRoll ( ) : float
Résultat float

getYaw() public méthode

public getYaw ( ) : float
Résultat float