C# Class TUIO.TuioObject

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

Méthodes publiques

Свойство Type Description
TUIO_ROTATING int

Protected Properties

Свойство Type Description
angle float
rotation_accel float
rotation_speed float
symbol_id int

Méthodes publiques

Méthode Description
TuioObject ( TuioObject tobj ) : System
TuioObject ( TuioTime ttime, long si, int sym, float xp, float yp, float a ) : System
TuioObject ( long si, int sym, float xp, float yp, float a ) : System
getAngle ( ) : float
getAngleDegrees ( ) : float
getRotationAccel ( ) : float
getRotationSpeed ( ) : float
getSymbolID ( ) : int
isMoving ( ) : bool
stop ( TuioTime ttime ) : void
update ( TuioObject tobj ) : void
update ( TuioTime ttime, float xp, float yp, float a ) : void
update ( TuioTime ttime, float xp, float yp, float a, float xs, float ys, float rs, float ma, float ra ) : void
update ( float xp, float yp, float a, float xs, float ys, float rs, float ma, float ra ) : void

Method Details

TuioObject() public méthode

public TuioObject ( TuioObject tobj ) : System
tobj TuioObject
Résultat System

TuioObject() public méthode

public TuioObject ( TuioTime ttime, long si, int sym, float xp, float yp, float a ) : System
ttime TuioTime
si long
sym int
xp float
yp float
a float
Résultat System

TuioObject() public méthode

public TuioObject ( long si, int sym, float xp, float yp, float a ) : System
si long
sym int
xp float
yp float
a float
Résultat System

getAngle() public méthode

public getAngle ( ) : float
Résultat float

getAngleDegrees() public méthode

public getAngleDegrees ( ) : float
Résultat float

getRotationAccel() public méthode

public getRotationAccel ( ) : float
Résultat float

getRotationSpeed() public méthode

public getRotationSpeed ( ) : float
Résultat float

getSymbolID() public méthode

public getSymbolID ( ) : int
Résultat int

isMoving() public méthode

public isMoving ( ) : bool
Résultat bool

stop() public méthode

public stop ( TuioTime ttime ) : void
ttime TuioTime
Résultat void

update() public méthode

public update ( TuioObject tobj ) : void
tobj TuioObject
Résultat void

update() public méthode

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

update() public méthode

public update ( TuioTime ttime, float xp, float yp, float a, float xs, float ys, float rs, float ma, float ra ) : void
ttime TuioTime
xp float
yp float
a float
xs float
ys float
rs float
ma float
ra float
Résultat void

update() public méthode

public update ( float xp, float yp, float a, float xs, float ys, float rs, float ma, float ra ) : void
xp float
yp float
a float
xs float
ys float
rs float
ma float
ra float
Résultat void

Property Details

TUIO_ROTATING public_oe static_oe property

public static int TUIO_ROTATING
Résultat int

angle protected_oe property

protected float angle
Résultat float

rotation_accel protected_oe property

protected float rotation_accel
Résultat float

rotation_speed protected_oe property

protected float rotation_speed
Résultat float

symbol_id protected_oe property

protected int symbol_id
Résultat int