XYPointSet

interface XYPointSet<X, Y>

Functions

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

Properties

size
Link copied to clipboard
common
abstract val size: Int
x
Link copied to clipboard
common
abstract val x: Buffer<X>
y
Link copied to clipboard
common
abstract val y: Buffer<Y>

Inheritors

XYZPointSet
Link copied to clipboard
BufferXYPointSet
Link copied to clipboard