ClipFunc constructor

ClipFunc()

Implementation

ClipFunc(){
	_top = null;
	_end = null;

	_num = 0;
	_max = -1;
}