com.stimulsoft.report.chart
Class StiPointHelper
java.lang.Object
com.stimulsoft.report.chart.StiPointHelper
public class StiPointHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPointHelper
public StiPointHelper()
IsPointInTriangle
public static boolean IsPointInTriangle(StiPoint p,
StiPoint a,
StiPoint b,
StiPoint c)
IsPointInPolygon
public static boolean IsPointInPolygon(StiPoint p,
StiPoint[] points)
GetLineOffsetRectangle
public static StiPoint[] GetLineOffsetRectangle(StiPoint point1,
StiPoint point2,
double offset)
IsLineContainsPoint
public static boolean IsLineContainsPoint(StiPoint startPoint,
StiPoint endPoint,
float offset,
StiPoint point)