C# Class TUIOsharp.Entities.TuioBlob

Inheritance: TuioEntity
ファイルを表示 Open project: valyard/TUIOsharp Class Usage Examples

Public Methods

Method Description
TuioBlob ( int id )
TuioBlob ( int id, float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration )
Update ( float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration ) : void

Method Details

TuioBlob() public method

public TuioBlob ( int id )
id int

TuioBlob() public method

public TuioBlob ( int id, float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration )
id int
x float
y float
angle float
width float
height float
area float
velocityX float
velocityY float
rotationVelocity float
acceleration float
rotationAcceleration float

Update() public method

public Update ( float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration ) : void
x float
y float
angle float
width float
height float
area float
velocityX float
velocityY float
rotationVelocity float
acceleration float
rotationAcceleration float
return void