Capture
androidJvm
capture-core
/
com.microblink.capture.geometry
Package-level
declarations
Types
Types
Point
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Point
(
val
x
:
Float
,
val
y
:
Float
)
Quadrilateral
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Quadrilateral
(
val
upperLeft
:
Point
,
val
upperRight
:
Point
,
val
lowerLeft
:
Point
,
val
lowerRight
:
Point
)