toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-qr
/
com.jeluchu.qr
/
ResultPoint
Result
Point
open
class
ResultPoint
(
val
x
:
Float
,
val
y
:
Float
)
Inheritors
AlignmentPattern
FinderPattern
Members
Constructors
Result
Point
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String