Przeglądaj źródła

Update voxel_grid.h

Alec Jacobson 5 lat temu
rodzic
commit
87b54fc4dc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/igl/voxel_grid.h

+ 1 - 1
include/igl/voxel_grid.h

@@ -21,7 +21,7 @@ namespace igl
   //   pad_count  number of cells beyond box
   // Outputs:
   //   GV  side(0)*side(1)*side(2) by 3 list of cell center positions
-  //   side  3-long list of dimension of voxel grid
+  //   side  1 by 3 list of dimension of voxel grid
   template <
     typename Scalar,
     typename DerivedGV,