C# Class andengine.sensor.orientation.OrientationData

Inheritance: andengine.sensor.BaseSensorData
Datei anzeigen Open project: jamesburton/AndEngine.net

Public Methods

Method Description
OrientationData ( ) : System.Collections.Generic
ToString ( ) : System.String
getPitch ( ) : float
getRoll ( ) : float
getYaw ( ) : float

Method Details

OrientationData() public method

public OrientationData ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

public ToString ( ) : System.String
return System.String

getPitch() public method

public getPitch ( ) : float
return float

getRoll() public method

public getRoll ( ) : float
return float

getYaw() public method

public getYaw ( ) : float
return float