C# Class TUIO.TuioContainer

Inheritance: TuioPoint
Show file Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Property Type Description
motion_accel float
motion_speed float
path List
session_id long
state int
x_speed float
y_speed float

Public Methods

Method Description
TuioContainer ( TuioContainer tcon ) : System
TuioContainer ( TuioTime ttime, long si, float xp, float yp ) : System
TuioContainer ( long si, float xp, float yp ) : System
getMotionAccel ( ) : float
getMotionSpeed ( ) : float
getPath ( ) : List
getPosition ( ) : TuioPoint
getSessionID ( ) : long
getTuioState ( ) : int
getXSpeed ( ) : float
getYSpeed ( ) : float
isMoving ( ) : bool
remove ( TuioTime ttime ) : void
stop ( TuioTime ttime ) : void
update ( TuioContainer tcon ) : void
update ( TuioTime ttime, float xp, float yp ) : void
update ( TuioTime ttime, float xp, float yp, float xs, float ys, float ma ) : void
update ( float xp, float yp, float xs, float ys, float ma ) : void

Method Details

TuioContainer() public method

public TuioContainer ( TuioContainer tcon ) : System
tcon TuioContainer
return System

TuioContainer() public method

public TuioContainer ( TuioTime ttime, long si, float xp, float yp ) : System
ttime TuioTime
si long
xp float
yp float
return System

TuioContainer() public method

public TuioContainer ( long si, float xp, float yp ) : System
si long
xp float
yp float
return System

getMotionAccel() public method

public getMotionAccel ( ) : float
return float

getMotionSpeed() public method

public getMotionSpeed ( ) : float
return float

getPath() public method

public getPath ( ) : List
return List

getPosition() public method

public getPosition ( ) : TuioPoint
return TuioPoint

getSessionID() public method

public getSessionID ( ) : long
return long

getTuioState() public method

public getTuioState ( ) : int
return int

getXSpeed() public method

public getXSpeed ( ) : float
return float

getYSpeed() public method

public getYSpeed ( ) : float
return float

isMoving() public method

public isMoving ( ) : bool
return bool

remove() public method

public remove ( TuioTime ttime ) : void
ttime TuioTime
return void

stop() public method

public stop ( TuioTime ttime ) : void
ttime TuioTime
return void

update() public method

public update ( TuioContainer tcon ) : void
tcon TuioContainer
return void

update() public method

public update ( TuioTime ttime, float xp, float yp ) : void
ttime TuioTime
xp float
yp float
return void

update() public method

public update ( TuioTime ttime, float xp, float yp, float xs, float ys, float ma ) : void
ttime TuioTime
xp float
yp float
xs float
ys float
ma float
return void

update() public method

public update ( float xp, float yp, float xs, float ys, float ma ) : void
xp float
yp float
xs float
ys float
ma float
return void

Property Details

motion_accel protected property

protected float motion_accel
return float

motion_speed protected property

protected float motion_speed
return float

path protected property

protected List path
return List

session_id protected property

protected long session_id
return long

state protected property

protected int state
return int

x_speed protected property

protected float x_speed
return float

y_speed protected property

protected float y_speed
return float