public class StiPointHelper
extends java.lang.Object
| Constructor and Description |
|---|
StiPointHelper() |
| Modifier and Type | Method and Description |
|---|---|
static StiPoint[] |
GetLineOffsetRectangle(StiPoint point1,
StiPoint point2,
double offset) |
static boolean |
IsLineContainsPoint(StiPoint startPoint,
StiPoint endPoint,
float offset,
StiPoint point) |
static boolean |
IsPointInPolygon(StiPoint p,
StiPoint[] points) |
static boolean |
IsPointInTriangle(StiPoint p,
StiPoint a,
StiPoint b,
StiPoint c) |
Copyright © 2019 Stimulsoft. All Rights Reserved.