MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit
/
Vector2IArray
/
takeLast
take
Last
fun
takeLast
(
n
:
Int
)
:
List
<
Vector2I
>
Returns a list containing last
n
elements.
Throws
Illegal
Argument
Exception
if
n
is negative.