Sequence of 2D vectors for batch operations
Compare for approximate equality.
Append a vector to the end of the array.
| Parameters: |
|
|---|
Clamp the length of the vectors in this array in place between min_length and max_length.
| Parameters: |
|---|
Create a new array of vectors with lengths clamped between min_length and max_length.
| Parameters: | |
|---|---|
| Return type: | Vec2Array |
Append all vectors in iterable to the end of the array.
| Parameters: |
|
|---|
Create a new 2D sequence from an iterable of points
Insert a vector at the specified index.
| Parameters: |
|
|---|
Return the vector in the array with the maximum length.
Normalize the vectors in the array in place.
Create a new array containing normalized vectors calculated from this array.
| Return type: | Vec2Array |
|---|
Return the vector in the array with the minimum length.