C# 클래스 SilverlightMappingToolBasic.LineSegment

상속: ILineSegment
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
LineSegment ( Point pointA, Point pointB ) : System
LineSegment ( Point pointA, Point pointB, Point triangulationPoint ) : System
LineSegment ( Point pointA, Point pointB, Point triangulationPoint, bool ignoreLength ) : System
LineSegment ( Point pointA, Point pointB, bool ignoreLength ) : System
Resize ( IntersectionDetector detector ) : ILineSegment
TriangulateClosestEndPoint ( ILineSegment intersectingLineSegment, Point &closestPoint ) : bool

메소드 상세

LineSegment() 공개 메소드

public LineSegment ( Point pointA, Point pointB ) : System
pointA Point
pointB Point
리턴 System

LineSegment() 공개 메소드

public LineSegment ( Point pointA, Point pointB, Point triangulationPoint ) : System
pointA Point
pointB Point
triangulationPoint Point
리턴 System

LineSegment() 공개 메소드

public LineSegment ( Point pointA, Point pointB, Point triangulationPoint, bool ignoreLength ) : System
pointA Point
pointB Point
triangulationPoint Point
ignoreLength bool
리턴 System

LineSegment() 공개 메소드

public LineSegment ( Point pointA, Point pointB, bool ignoreLength ) : System
pointA Point
pointB Point
ignoreLength bool
리턴 System

Resize() 공개 메소드

public Resize ( IntersectionDetector detector ) : ILineSegment
detector IntersectionDetector
리턴 ILineSegment

TriangulateClosestEndPoint() 공개 메소드

public TriangulateClosestEndPoint ( ILineSegment intersectingLineSegment, Point &closestPoint ) : bool
intersectingLineSegment ILineSegment
closestPoint Point
리턴 bool