📄 threejs/Addons/Utils/module-SortUtils

File: module-SortUtils.md | Updated: 11/15/2025


title: module-SortUtils category: Unknown layout: docs

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.<Object>, opt : Object )

Hybrid radix sort from.

Expects unsigned 32b integer values.

arr | The array to sort.
---|---
opt | The options

Source

examples/jsm/utils/SortUtils.js