plus

operator fun plus(elements: Collection<Vector2F>): Vector2FArray

Returns an array containing all elements of the original array and then all elements of the given elements collection.


operator fun plus(element: Vector2F): Vector2FArray

Returns an array containing all elements of the original array and then the given element.


operator fun plus(elements: Vector2FArray): Vector2FArray

Returns an array containing all elements of the original array and then all elements of the given elements array.