XYZPointSet

interface XYZPointSet<X, Y, Z> : 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>
z
Link copied to clipboard
common
abstract val z: Buffer<Z>