Package io.scanbot.sdk.util.view
Class PolygonViewHelper.Edge
-
- All Implemented Interfaces:
public class PolygonViewHelper.EdgeRepresents 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 PointFpointApublic PointFpointBpublic PointFpointFarApublic PointFpointFarBpublic PolygonViewHelper.LineedgeLinepublic PolygonViewHelper.LinelineApublic PolygonViewHelper.LinelineBpublic PointFhandlepublic floatprevXpublic floatprevYpublic booleanisDetectedLine
-
Constructor Summary
Constructors Constructor Description PolygonViewHelper.Edge()
-
Method Summary
Modifier and Type Method Description PointFgetHandle()floatgetAngleInDegrees()booleanisHorizontal()-
-
Method Detail
-
getAngleInDegrees
float getAngleInDegrees()
-
isHorizontal
boolean isHorizontal()
-
-
-
-