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
/
Vector2IList
/
elementAt
element
At
fun
elementAt
(
index
:
Int
)
:
Vector2I
Returns an element at the given
index
without boxing.
Throws
Index
Out
Of
Bounds
Exception
if the
index
is out of bounds of this list.