Static
clipclips a line to the specified bounding rectangle
Static
clipStatic
clipStatic
convexStatic
intersectioncalculates the intersection point of two lines
Static
linechecks if a line (x1,y1)->(x2,y2) intersects with another line (x3,y3)->(x4,y4) from: https://stackoverflow.com/a/24392281
Static
pointdetermines if a point resides inside of a polygon
Static
pointStatic
pointchecks 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
Static
rect
a collection of mathematical utility functions used by the chart classes