VertexResponse

data class VertexResponse(val x: Double, val y: Double)

A 2D coordinate in an image. The origin is the top-left.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Double

X coordinate.

Link copied to clipboard
val y: Double

Y coordinate.