export default { EPSILON: 0.000001, RANDOM: Math.random, ANGLE_ORDER: 'zyx', ALWAYS_COPY: true, LEFT_HANDED: false } export * from './utils' export * from './float' export * from './double' export * from './ints'