C# 클래스 Hpgl.Transformations.SegmentationOptimizer.Segment

파일 보기 프로젝트 열기: spustlik/plotr

공개 메소드들

메소드 설명
AddIfNear ( Segment segment, double maxDestination ) : bool
ExtractLines ( List result ) : void
Reversed ( ) : Segment
Segment ( ) : System
Segment ( System.Line line ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
IsNear ( HPoint a, HPoint b, double maxDestination ) : bool

메소드 상세

AddIfNear() 공개 메소드

public AddIfNear ( Segment segment, double maxDestination ) : bool
segment Segment
maxDestination double
리턴 bool

ExtractLines() 공개 메소드

public ExtractLines ( List result ) : void
result List
리턴 void

Reversed() 공개 메소드

public Reversed ( ) : Segment
리턴 Segment

Segment() 공개 메소드

public Segment ( ) : System
리턴 System

Segment() 공개 메소드

public Segment ( System.Line line ) : System
line System.Line
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string