Vector2FIterator

An iterator over a sequence of values of type Vector2F

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
expect abstract operator fun hasNext(): Boolean
Link copied to clipboard
operator override fun next(): Vector2F
Link copied to clipboard
abstract fun nextVector2F(): Vector2F

Returns the next element in the iteration without boxing.