Class PolygonHelperKt
- Namespace
- IO.Scanbot.Sdk.Util
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class PolygonHelperKt : Object
- Inheritance
-
PolygonHelperKt
Methods
CoordinatesToPoints(IList<Double>)
public static IList<PointF> CoordinatesToPoints(IList<Double> obj)
Parameters
obj
IList<Double>
Returns
- IList<PointF>
IsDefault(IList<PointF>)
public static bool IsDefault(IList<PointF> obj)
Parameters
obj
IList<PointF>
Returns
- bool
IsSimilarWithThreshold(IList<PointF>, IList<PointF>, float)
public static bool IsSimilarWithThreshold(IList<PointF> obj, IList<PointF> polygon, float epsilon)
Parameters
obj
IList<PointF>
polygon
IList<PointF>
epsilon
float
Returns
- bool
PointsToCoordinates(IList<PointF>)
public static IList<Double> PointsToCoordinates(IList<PointF> obj)
Parameters
obj
IList<PointF>
Returns
- IList<Double>