module-SortUtils.html.md 824 B

SortUtils

Import

SortUtils is an addon, and must be imported explicitly, see Installation#Addons.

import * as SortUtils from 'three/addons/utils/SortUtils.js';

Static Methods

.radixSort( arr : Array.

Hybrid radix sort from.

Expects unsigned 32b integer values.

arr

The array to sort.

opt

The options

Source

examples/jsm/utils/SortUtils.js

粤ICP备19079148号