takeLastWhile

inline fun takeLastWhile(predicate: (Vector2F) -> Boolean): List<Vector2F>

Returns a list containing last elements satisfying the given predicate.