Skip to content

Commit 9489406

Browse files
authored
Merge pull request #6427 from sumir0/fix/voxel-grid-bounding-box-ceil
Fix typo in docs of getMaxBoxCoordinates functions in voxel grid
2 parents c423d30 + e41e20f commit 9489406

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

filters/include/pcl/filters/voxel_grid.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ namespace pcl
325325
inline Eigen::Vector3i
326326
getMinBoxCoordinates () const { return (min_b_.head<3> ()); }
327327

328-
/** \brief Get the minimum coordinates of the bounding box (after
328+
/** \brief Get the maximum coordinates of the bounding box (after
329329
* filtering is performed).
330330
*/
331331
inline Eigen::Vector3i
@@ -645,7 +645,7 @@ namespace pcl
645645
inline Eigen::Vector3i
646646
getMinBoxCoordinates () const { return (min_b_.head<3> ()); }
647647

648-
/** \brief Get the minimum coordinates of the bounding box (after
648+
/** \brief Get the maximum coordinates of the bounding box (after
649649
* filtering is performed).
650650
*/
651651
inline Eigen::Vector3i

0 commit comments

Comments
 (0)