TinyRobotics
Loading...
Searching...
No Matches
Public Attributes | List of all members
Point3D< T > Struct Template Reference

Represents a 3D point with x, y, z coordinates (in meters). More...

#include <PointCloud.h>

Public Attributes

x
 
y
 
z
 

Detailed Description

template<typename T = DistanceM>
struct tinyrobotics::Point3D< T >

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).


The documentation for this struct was generated from the following file: