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