Last updated 4 years ago
Was this helpful?
const getSize = (width, height, depth) => [ ((width * height) + (width * depth) + (depth * height)) * 2, width * height * depth ];