BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
blinkid-core
/
com.microblink.core.geometry
/
Point
Point
@
Serializable
data
class
Point
(
val
x
:
Int
,
val
y
:
Int
)
Represents point in the quadrilateral.
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
The x coordinate of the point.
y
Link copied to clipboard
val
y
:
Int
The y coordinate of the point.