Package io.scanbot.sdk.util.view
See: Description
-
Class Summary Class Description Edge Represents edge of polygon with near and far points as well as intersecting lines from other edges pointA handle pointB O========[0]=========O | ^ edgeLine ^ | | | |lineA | lineB | | | | O====================O pointFarA pointFarB Line Representation of line Calculates line by two points and finds intersection points with other lines General line formula is a * x + b * y + c = 0 PolygonViewHelper Helper to make it easier to draw polygon on view KotlinAndroidUtilKt