CornerPointer

class CornerPointer(val x: Int, val y: Int)

Represents a corner point of a detected code in DP.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)

Properties

Link copied to clipboard
val x: Int

The x-axis coordinate in DP.

Link copied to clipboard
val y: Int

The y-axis coordinate in DP.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String