PointUtil

StockSharp.Xaml.Charting.Utility

Provides helper methods for manipulations with points

メソッド

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

戻り値: 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

戻り値: The value indicating whether an intersection occurs