[Register("io/scanbot/sdk/util/PolygonHelper", DoNotGenerateAcw = true)]
public sealed class PolygonHelper : Object, IJavaObject, IJavaPeerable, IDisposable
[Register("approximatePolygonAspectRatio", "(Ljava/util/List;III)F", "")]
public static float ApproximatePolygonAspectRatio(IList<PointF> polygon, int frameWidth, int frameHeight, int frameOrientation)
[Register("rotatePolygon", "(Ljava/util/List;F)Ljava/util/List;", "")]
public static IList<PointF> RotatePolygon(IList<PointF> polygon, float rotation)