Package io.scanbot.sdk.util.view
Class PolygonViewHelper.Edge
-
- All Implemented Interfaces:
public class PolygonViewHelper.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
-
-
Field Summary
Fields Modifier and Type Field Description public PointF
pointA
public PointF
pointB
public PointF
pointFarA
public PointF
pointFarB
public PolygonViewHelper.Line
edgeLine
public PolygonViewHelper.Line
lineA
public PolygonViewHelper.Line
lineB
public PointF
handle
public float
prevX
public float
prevY
public boolean
isDetectedLine
-
Constructor Summary
Constructors Constructor Description PolygonViewHelper.Edge()
-
Method Summary
Modifier and Type Method Description PointF
getHandle()
float
getAngleInDegrees()
boolean
isHorizontal()
-
-
Method Detail
-
getAngleInDegrees
float getAngleInDegrees()
-
isHorizontal
boolean isHorizontal()
-
-
-
-