PointIntList

interface PointIntList

Inheritors

Properties

Link copied to clipboard
abstract val closed: Boolean
Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
inline fun PointIntList.fastForEach(block: (x: Int, y: Int) -> Unit)
Link copied to clipboard
inline fun PointIntList.fastForEachReverse(block: (x: Int, y: Int) -> Unit)
Link copied to clipboard
open fun get(index: Int): PointInt
Link copied to clipboard
abstract fun getX(index: Int): Int
Link copied to clipboard
abstract fun getY(index: Int): Int
Link copied to clipboard