C# Class TUIO.TuioPoint

ファイルを表示 Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Property Type Description
currentTime TuioTime
startTime TuioTime
xpos float
ypos float

Public Methods

Method Description
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

Method Details

TuioPoint() public method

public TuioPoint ( ) : System
return System

TuioPoint() public method

public TuioPoint ( TuioPoint tpoint ) : System
tpoint TuioPoint
return System

TuioPoint() public method

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

TuioPoint() public method

public TuioPoint ( float xp, float yp ) : System
xp float
yp float
return System

getAngle() public method

public getAngle ( TuioPoint tpoint ) : float
tpoint TuioPoint
return float

getAngle() public method

public getAngle ( float xp, float yp ) : float
xp float
yp float
return float

getAngleDegrees() public method

public getAngleDegrees ( TuioPoint tpoint ) : float
tpoint TuioPoint
return float

getAngleDegrees() public method

public getAngleDegrees ( float xp, float yp ) : float
xp float
yp float
return float

getDistance() public method

public getDistance ( TuioPoint tpoint ) : float
tpoint TuioPoint
return float

getDistance() public method

public getDistance ( float x, float y ) : float
x float
y float
return float

getScreenX() public method

public getScreenX ( int width ) : int
width int
return int

getScreenY() public method

public getScreenY ( int height ) : int
height int
return int

getStartTime() public method

public getStartTime ( ) : TuioTime
return TuioTime

getTuioTime() public method

public getTuioTime ( ) : TuioTime
return TuioTime

getX() public method

public getX ( ) : float
return float

getY() public method

public getY ( ) : float
return float

update() public method

public update ( TuioPoint tpoint ) : void
tpoint TuioPoint
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 ( float xp, float yp ) : void
xp float
yp float
return void

Property Details

currentTime protected_oe property

protected TuioTime,TUIO currentTime
return TuioTime

startTime protected_oe property

protected TuioTime,TUIO startTime
return TuioTime

xpos protected_oe property

protected float xpos
return float

ypos protected_oe property

protected float ypos
return float