SortArray3 Op
Sort an array with the lowest values of the selected component.
Sort an array with the lowest values of the selected component.
Summary (oneliner)
If we have an array with the following values:
[ 4,1,2, 3,8,8, 1,2,3 ]
And pick the x component to sort the triplets by.
The new array would become
[ 1,2,3, 3,8,8, 4,1,2 ]
Full Name
- Ops.Array.SortArray3
- Core Op - visible for everyone
- MIT
- Dec 12, 2017 at 18:39
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch SortArray3 example
INPUT PORTS
Array (Array)
The array3 to sort
What index (Number: integer)
OUTPUT PORTS
Result (Array)
The sorted array (new array)

