Capture
androidJvm
capture-core
/
com.microblink.capture.geometry
/
Quadrilateral
Quadrilateral
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Quadrilateral
(
val
upperLeft
:
Point
,
val
upperRight
:
Point
,
val
lowerLeft
:
Point
,
val
lowerRight
:
Point
)
Members
Constructors
Quadrilateral
Link copied to clipboard
constructor
(
upperLeft
:
Point
,
upperRight
:
Point
,
lowerLeft
:
Point
,
lowerRight
:
Point
)
Properties
lower
Left
Link copied to clipboard
val
lowerLeft
:
Point
lower
Right
Link copied to clipboard
val
lowerRight
:
Point
upper
Left
Link copied to clipboard
val
upperLeft
:
Point
upper
Right
Link copied to clipboard
val
upperRight
:
Point