SortArray3 Op
Sorts an array with the lowest values of the selected component.
Summary (oneliner)
<p>If we have an array with the following values: <code>[ 4,1,2, 3,8,8, 1,2,3 ]</code></p> <p>And pick the x component to sort the triplets by.</p> <p>The new array would become <code>[ 1,2,3, 3,8,8, 4,1,2 ]</code></p>
Full Name
- Ops.Array.SortArray3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch SortArray3 example
INPUT PORTS
Array (Array)
<p>The array3 to sort</p>
What index (Number:
<i>integer</i>
)OUTPUT PORTS
Result (Array)
<p>The sorted array (new array)</p>