Procházet zdrojové kódy

Update voxel_grid.h

Alec Jacobson před 5 roky
rodič
revize
87b54fc4dc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,