Package io.scanbot.sdk.util
Class PolygonHelperKt
-
- All Implemented Interfaces:
public final class PolygonHelperKt
-
-
Method Summary
Modifier and Type Method Description final static List<PointF>
coordinatesToPoints(List<Double> $self)
final static Boolean
isDefault(List<PointF> $self)
final static List<Double>
pointsToCoordinates(List<PointF> $self)
final static Boolean
isSimilarWithThreshold(List<PointF> $self, List<PointF> polygon, Float epsilon)
-
-
Method Detail
-
coordinatesToPoints
final static List<PointF> coordinatesToPoints(List<Double> $self)
-
pointsToCoordinates
final static List<Double> pointsToCoordinates(List<PointF> $self)
-
-
-
-