DPoint

interface DPoint<out T, D : Dimension> : Buffer<T>

Dimension-safe point

Types

Companion
Link copied to clipboard
common
object Companion

Functions

get
Link copied to clipboard
common
abstract operator fun get(index: Int): T
iterator
Link copied to clipboard
common
abstract operator fun iterator(): Iterator<T>
toString
Link copied to clipboard
common
abstract override fun toString(): String

Properties

size
Link copied to clipboard
common
abstract val size: Int

Inheritors

DPointWrapper
Link copied to clipboard

Sources

common source
Link copied to clipboard