C# 클래스 TUIO.TuioContainer

상속: TuioPoint
파일 보기 프로젝트 열기: Ractiv/touch_plus_source_code 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
motion_accel float
motion_speed float
path List
session_id long
state int
x_speed float
y_speed float

공개 메소드들

메소드 설명
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

메소드 상세

TuioContainer() 공개 메소드

public TuioContainer ( TuioContainer tcon ) : System
tcon TuioContainer
리턴 System

TuioContainer() 공개 메소드

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

TuioContainer() 공개 메소드

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

getMotionAccel() 공개 메소드

public getMotionAccel ( ) : float
리턴 float

getMotionSpeed() 공개 메소드

public getMotionSpeed ( ) : float
리턴 float

getPath() 공개 메소드

public getPath ( ) : List
리턴 List

getPosition() 공개 메소드

public getPosition ( ) : TuioPoint
리턴 TuioPoint

getSessionID() 공개 메소드

public getSessionID ( ) : long
리턴 long

getTuioState() 공개 메소드

public getTuioState ( ) : int
리턴 int

getXSpeed() 공개 메소드

public getXSpeed ( ) : float
리턴 float

getYSpeed() 공개 메소드

public getYSpeed ( ) : float
리턴 float

isMoving() 공개 메소드

public isMoving ( ) : bool
리턴 bool

remove() 공개 메소드

public remove ( TuioTime ttime ) : void
ttime TuioTime
리턴 void

stop() 공개 메소드

public stop ( TuioTime ttime ) : void
ttime TuioTime
리턴 void

update() 공개 메소드

public update ( TuioContainer tcon ) : void
tcon TuioContainer
리턴 void

update() 공개 메소드

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

update() 공개 메소드

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
리턴 void

update() 공개 메소드

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

프로퍼티 상세

motion_accel 보호되어 있는 프로퍼티

protected float motion_accel
리턴 float

motion_speed 보호되어 있는 프로퍼티

protected float motion_speed
리턴 float

path 보호되어 있는 프로퍼티

protected List path
리턴 List

session_id 보호되어 있는 프로퍼티

protected long session_id
리턴 long

state 보호되어 있는 프로퍼티

protected int state
리턴 int

x_speed 보호되어 있는 프로퍼티

protected float x_speed
리턴 float

y_speed 보호되어 있는 프로퍼티

protected float y_speed
리턴 float