class
	CLIPRANGE_T

General
	cluster: brie_doom
	description: 
		"cliprange_t from r_bsp.c
		
		ClipWallSegment
		Clips the given range of columns
		and includes it in the new clip list."

Ancestors
	ANY

Queries
	first: INTEGER_32
	last: INTEGER_32
	out: STRING_8

Commands
	set_first (a_first: [like first] INTEGER_32)
	set_last (a_last: INTEGER_32)


Generated by ISE EiffelStudio