C# 클래스 TUIO.TuioPoint

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

보호된 프로퍼티들

프로퍼티 타입 설명
currentTime TuioTime
startTime TuioTime
xpos float
ypos float

공개 메소드들

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

메소드 상세

TuioPoint() 공개 메소드

public TuioPoint ( ) : System
리턴 System

TuioPoint() 공개 메소드

public TuioPoint ( TuioPoint tpoint ) : System
tpoint TuioPoint
리턴 System

TuioPoint() 공개 메소드

public TuioPoint ( TuioTime ttime, float xp, float yp ) : System
ttime TuioTime
xp float
yp float
리턴 System

TuioPoint() 공개 메소드

public TuioPoint ( float xp, float yp ) : System
xp float
yp float
리턴 System

getAngle() 공개 메소드

public getAngle ( TuioPoint tpoint ) : float
tpoint TuioPoint
리턴 float

getAngle() 공개 메소드

public getAngle ( float xp, float yp ) : float
xp float
yp float
리턴 float

getAngleDegrees() 공개 메소드

public getAngleDegrees ( TuioPoint tpoint ) : float
tpoint TuioPoint
리턴 float

getAngleDegrees() 공개 메소드

public getAngleDegrees ( float xp, float yp ) : float
xp float
yp float
리턴 float

getDistance() 공개 메소드

public getDistance ( TuioPoint tpoint ) : float
tpoint TuioPoint
리턴 float

getDistance() 공개 메소드

public getDistance ( float x, float y ) : float
x float
y float
리턴 float

getScreenX() 공개 메소드

public getScreenX ( int width ) : int
width int
리턴 int

getScreenY() 공개 메소드

public getScreenY ( int height ) : int
height int
리턴 int

getStartTime() 공개 메소드

public getStartTime ( ) : TuioTime
리턴 TuioTime

getTuioTime() 공개 메소드

public getTuioTime ( ) : TuioTime
리턴 TuioTime

getX() 공개 메소드

public getX ( ) : float
리턴 float

getY() 공개 메소드

public getY ( ) : float
리턴 float

update() 공개 메소드

public update ( TuioPoint tpoint ) : void
tpoint TuioPoint
리턴 void

update() 공개 메소드

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

update() 공개 메소드

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

프로퍼티 상세

currentTime 보호되어 있는 프로퍼티

protected TuioTime,TUIO currentTime
리턴 TuioTime

startTime 보호되어 있는 프로퍼티

protected TuioTime,TUIO startTime
리턴 TuioTime

xpos 보호되어 있는 프로퍼티

protected float xpos
리턴 float

ypos 보호되어 있는 프로퍼티

protected float ypos
리턴 float