Staticclipclips a line to the specified bounding rectangle
StaticclipStaticclipStaticconvexStaticintersectioncalculates the intersection point of two lines
Staticlinechecks if a line (x1,y1)->(x2,y2) intersects with another line (x3,y3)->(x4,y4) from: https://stackoverflow.com/a/24392281
Staticpointdetermines if a point resides inside of a polygon
StaticpointStaticpointchecks if a point lies on (or is near, depending on range parameter) a line segment
x coordinate of point
y coordinate of point
x coordinate of first line point
y coordinate of first line point
x coordinate of second line point
y coordinate of second line point
maximum allowed distance to the line
Staticrect
a collection of mathematical utility functions used by the chart classes