take

fun take(n: Int): List<Vector2F>

Returns a list containing first n elements.

Throws