![]() |
EduArt Sensor Ring Library 3.0.1
|
Stores the data of a single point in 3d space. More...
#include <PointCloud.hpp>
Public Attributes | |
| math::Vector3 | point = { 0.0, 0.0, 0.0 } |
| Cartesian coordinates of the point. | |
| double | raw_distance = 0.0 |
| Raw distance from the origin to the point. | |
| double | sigma = 0.0 |
| Standard deviation associated with the points location. | |
| int | user_idx = 0 |
| User assigned index of the sensor that measured the point. | |
Stores the data of a single point in 3d space.