C# Class Hpgl.Transformations.SegmentationOptimizer.Segment

Mostra file Open project: spustlik/plotr

Public Methods

Method Description
AddIfNear ( Segment segment, double maxDestination ) : bool
ExtractLines ( List result ) : void
Reversed ( ) : Segment
Segment ( ) : System
Segment ( System.Line line ) : System
ToString ( ) : string

Private Methods

Method Description
IsNear ( HPoint a, HPoint b, double maxDestination ) : bool

Method Details

AddIfNear() public method

public AddIfNear ( Segment segment, double maxDestination ) : bool
segment Segment
maxDestination double
return bool

ExtractLines() public method

public ExtractLines ( List result ) : void
result List
return void

Reversed() public method

public Reversed ( ) : Segment
return Segment

Segment() public method

public Segment ( ) : System
return System

Segment() public method

public Segment ( System.Line line ) : System
line System.Line
return System

ToString() public method

public ToString ( ) : string
return string