C# Class SilverlightMappingToolBasic.IntersectionCalculator

Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
FindIntersections ( this pathFigure, System.Windows.Media.PathFigure pathFigureToCompare ) : Point[]

Private Methods

Méthode Description
GetCoefficient ( Point startPoint, Point endPoint ) : double
GetConstant ( double coefficient, Point startPoint ) : double

Method Details

FindIntersections() public static méthode

public static FindIntersections ( this pathFigure, System.Windows.Media.PathFigure pathFigureToCompare ) : Point[]
pathFigure this
pathFigureToCompare System.Windows.Media.PathFigure
Résultat Point[]