C# 클래스 SilverlightMappingToolBasic.IntersectionCalculator

파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
FindIntersections ( this pathFigure, System.Windows.Media.PathFigure pathFigureToCompare ) : Point[]

비공개 메소드들

메소드 설명
GetCoefficient ( Point startPoint, Point endPoint ) : double
GetConstant ( double coefficient, Point startPoint ) : double

메소드 상세

FindIntersections() 공개 정적인 메소드

public static FindIntersections ( this pathFigure, System.Windows.Media.PathFigure pathFigureToCompare ) : Point[]
pathFigure this
pathFigureToCompare System.Windows.Media.PathFigure
리턴 Point[]