C# 클래스 win_cursor_plus.TUIO

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

공개 메소드들

메소드 설명
TUIO2Dcur ( int session, float x, float y, float motion, float rotation ) : OSCMessage
TUIO2DcurExt ( int session, float x, float y, float dX, float dY, float motion, float height, float width ) : OSCMessage
TUIOAlive ( ) : OSCMessage
TUIOAlive ( ArrayList args ) : OSCMessage
TUIOFseq ( int fseq ) : OSCMessage
TUIOParams ( ) : OSCMessage

메소드 상세

TUIO2Dcur() 공개 정적인 메소드

public static TUIO2Dcur ( int session, float x, float y, float motion, float rotation ) : OSCMessage
session int
x float
y float
motion float
rotation float
리턴 OSC.NET.OSCMessage

TUIO2DcurExt() 공개 정적인 메소드

public static TUIO2DcurExt ( int session, float x, float y, float dX, float dY, float motion, float height, float width ) : OSCMessage
session int
x float
y float
dX float
dY float
motion float
height float
width float
리턴 OSC.NET.OSCMessage

TUIOAlive() 공개 정적인 메소드

public static TUIOAlive ( ) : OSCMessage
리턴 OSC.NET.OSCMessage

TUIOAlive() 공개 정적인 메소드

public static TUIOAlive ( ArrayList args ) : OSCMessage
args System.Collections.ArrayList
리턴 OSC.NET.OSCMessage

TUIOFseq() 공개 정적인 메소드

public static TUIOFseq ( int fseq ) : OSCMessage
fseq int
리턴 OSC.NET.OSCMessage

TUIOParams() 공개 정적인 메소드

public static TUIOParams ( ) : OSCMessage
리턴 OSC.NET.OSCMessage