Recycles the object for the next reuse by setting its properties to their default states.
Returns void
set
set(_min?, _max?): void
Define the corners of this box, standard values are Infinity for min, and -Infinity for max,
creating an impossible inverted box that can not contain any points
Defines a threedimensional box by two corner-points, one with minimal values and one with maximum values