voxelizer/utils

A collection of various utility functionality.

Methods

(static) exports.onlyOneTrue(options)

Checks if the passed options contains more than one true value. If so, an Error is thrown.
Source:
Parameters:
Name Type Description
options Object
Throws:
Error