Sorts 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 ]
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Array (Array)
The array3 to sort
What index (integer /Number)
Outputs
Result (Array)
The sorted array (new array)
Patches using SortArray3
Changelog
Ops.Array.Array3xSort renamed to Ops.Array.SortArray3 2019-06-12 - pandur |