C# Class Graphics_Lab5.ClippingAlgorithm

Show file Open project: BSU2015CG/LoburAU_7_New Class Usage Examples

Public Methods

Method Description
CutSegmentsWithWindow ( Array segments, Graphics_Lab5.Window window ) : Graphics_Lab5.Segment[]

Method Details

CutSegmentsWithWindow() public abstract method

public abstract CutSegmentsWithWindow ( Array segments, Graphics_Lab5.Window window ) : Graphics_Lab5.Segment[]
segments Array
window Graphics_Lab5.Window
return Graphics_Lab5.Segment[]