Function IntBounds.IntBounds
        
                IntBounds
        
                (int3 min, int3 max)
    
            
            
                Public
            
        
        
                IntBounds
        
                (int xmin, int ymin, int zmin, int xmax, int ymax, int zmax)
    
            
            
                Public