C# Class SilverlightMappingToolBasic.IntersectionCalculator

Mostra file Open project: chris-tomich/Glyma

Public Methods

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

Private Methods

Method Description
GetCoefficient ( Point startPoint, Point endPoint ) : double
GetConstant ( double coefficient, Point startPoint ) : double

Method Details

FindIntersections() public static method

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