Ver código fonte

Update voxel_grid.h

Alec Jacobson 5 anos atrás
pai
commit
87b54fc4dc
1 arquivos alterados com 1 adições e 1 exclusões
  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,