Skip to content

Commit

Permalink
Clarify is_dense definition
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Dec 8, 2017
1 parent b7ae723 commit c0b12fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/pcl/point_cloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ namespace pcl
/** \brief The point cloud height (if organized as an image-structure). */
uint32_t height;

/** \brief True if no points are invalid (e.g., have NaN or Inf values). */
/** \brief True if no points are invalid (e.g., have NaN or Inf values in any of their floating point fields). */
bool is_dense;

/** \brief Sensor acquisition pose (origin/translation). */
Expand Down

0 comments on commit c0b12fd

Please sign in to comment.