|
TinyRobotics
|
Represents a 3D point with x, y, z coordinates (in meters). More...
#include <PointCloud.h>
Public Attributes | |
| T | x |
| T | y |
| T | z |
Represents a 3D point with x, y, z coordinates (in meters).
Used throughout the mapping and robotics modules for point cloud processing, spatial queries, and geometric computations. Each coordinate is stored as a T (meters).