DPoint

interface DPoint<out T, D : Dimension> : Buffer<T> (source)

Dimension-safe point

Inheritors

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard
abstract override val size: Int