C# Class TUIO.TuioPoint

Afficher le fichier Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Свойство Type Description
currentTime TuioTime
startTime TuioTime
xpos float
ypos float

Méthodes publiques

Méthode Description
TuioPoint ( ) : System
TuioPoint ( TuioPoint tpoint ) : System
TuioPoint ( TuioTime ttime, float xp, float yp ) : System
TuioPoint ( float xp, float yp ) : System
getAngle ( TuioPoint tpoint ) : float
getAngle ( float xp, float yp ) : float
getAngleDegrees ( TuioPoint tpoint ) : float
getAngleDegrees ( float xp, float yp ) : float
getDistance ( TuioPoint tpoint ) : float
getDistance ( float x, float y ) : float
getScreenX ( int width ) : int
getScreenY ( int height ) : int
getStartTime ( ) : TuioTime
getTuioTime ( ) : TuioTime
getX ( ) : float
getY ( ) : float
update ( TuioPoint tpoint ) : void
update ( TuioTime ttime, float xp, float yp ) : void
update ( float xp, float yp ) : void

Method Details

TuioPoint() public méthode

public TuioPoint ( ) : System
Résultat System

TuioPoint() public méthode

public TuioPoint ( TuioPoint tpoint ) : System
tpoint TuioPoint
Résultat System

TuioPoint() public méthode

public TuioPoint ( TuioTime ttime, float xp, float yp ) : System
ttime TuioTime
xp float
yp float
Résultat System

TuioPoint() public méthode

public TuioPoint ( float xp, float yp ) : System
xp float
yp float
Résultat System

getAngle() public méthode

public getAngle ( TuioPoint tpoint ) : float
tpoint TuioPoint
Résultat float

getAngle() public méthode

public getAngle ( float xp, float yp ) : float
xp float
yp float
Résultat float

getAngleDegrees() public méthode

public getAngleDegrees ( TuioPoint tpoint ) : float
tpoint TuioPoint
Résultat float

getAngleDegrees() public méthode

public getAngleDegrees ( float xp, float yp ) : float
xp float
yp float
Résultat float

getDistance() public méthode

public getDistance ( TuioPoint tpoint ) : float
tpoint TuioPoint
Résultat float

getDistance() public méthode

public getDistance ( float x, float y ) : float
x float
y float
Résultat float

getScreenX() public méthode

public getScreenX ( int width ) : int
width int
Résultat int

getScreenY() public méthode

public getScreenY ( int height ) : int
height int
Résultat int

getStartTime() public méthode

public getStartTime ( ) : TuioTime
Résultat TuioTime

getTuioTime() public méthode

public getTuioTime ( ) : TuioTime
Résultat TuioTime

getX() public méthode

public getX ( ) : float
Résultat float

getY() public méthode

public getY ( ) : float
Résultat float

update() public méthode

public update ( TuioPoint tpoint ) : void
tpoint TuioPoint
Résultat void

update() public méthode

public update ( TuioTime ttime, float xp, float yp ) : void
ttime TuioTime
xp float
yp float
Résultat void

update() public méthode

public update ( float xp, float yp ) : void
xp float
yp float
Résultat void

Property Details

currentTime protected_oe property

protected TuioTime,TUIO currentTime
Résultat TuioTime

startTime protected_oe property

protected TuioTime,TUIO startTime
Résultat TuioTime

xpos protected_oe property

protected float xpos
Résultat float

ypos protected_oe property

protected float ypos
Résultat float