StreamProcessorPoint

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

An (X, Y) cartesian coordinate denoting a point on the frame

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Double

The X coordinate of the point.

Link copied to clipboard
val y: Double

The Y coordinate of the point.