function Envelope()
{
	var self = this;
	
	this.minx;
	this.miny;
	this.maxx;
	this.maxy;
}

