Skip to content

Commit e41e20f

Browse files
committed
Fix typo in documentation of getMaxBoxCoordinates functions in voxel grid
Signed-off-by: Ramir Sultanov <sumir0@proton.me>
1 parent c423d30 commit e41e20f

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)