Vector2FIterator

An iterator over a sequence of values of type Vector2F

Constructors

Link copied to clipboard
constructor()

Functions

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

Returns the next value in the sequence.

Link copied to clipboard
abstract fun nextVector2F(): Vector2F

Returns the next value in the sequence without boxing.