PointUtil
StockSharp.Xaml.Charting.Utility
Provides helper methods for manipulations with points
Methods
LineIntersection2D(Line, Line, Point) : bool
Looks for the intersection point for the two lines passed in
- firstLine
- The first line
- secondLine
- The second line
- intersectionPoint
- If the lines intersect, holds the intersection point
Returns: The value indicating whether an intersection occurs
LineSegmentsIntersection2D(Line, Line, Point) : bool
Looks for the intersection point for the two lines passed in
- firstLine
- The first line
- secondLine
- The second line
- intersectionPoint
- If the lines intersect, holds the intersection point
Returns: The value indicating whether an intersection occurs