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