Capture
androidJvm
capture-core
/
com.microblink.capture.geometry
/
Point
Point
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Point
(
val
x
:
Float
,
val
y
:
Float
)
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
)
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float