function point(numX,numY) {
	this.x = numX;
	this.y = numY;
}
