internal static Cube NewCube(Vector min, Vector max, Material material) { Box box = new Box(min, max); return(new Cube(min, max, material, box)); }