Point

Returns a Point collision shape object

new virtuosity.collisionManager.shape.Point(x, y);


Parameter Type Description
x Number x position of the Point
y Number y position of the Point

Methods

Properties


Methods

position

Sets the position of the point

virtuosity.collisionManager.shape.Point.position(x, y);


Parameter Type Description
x Number x position of the Point
y Number y position of the Point


Properties

x

Number

x position of the Point

virtuosity.collisionManager.shape.Point.x

y

y position of the Point

virtuosity.collisionManager.shape.Point.y