TwoDVector = function()
{
	this.x = 0;
	this.y = 0;
}
