FOUND
|
Represents a single spatial data point with position and timestamp. More...
#include <style.hpp>
Public Attributes | |
uint64_t | timestamp |
Timestamp associated with the position, in microseconds or appropriate units. | |
Vec3 | position |
3D position of the recorded data point. | |
Represents a single spatial data point with position and timestamp.
Vec3 found::LocationRecord::position |
3D position of the recorded data point.
uint64_t found::LocationRecord::timestamp |
Timestamp associated with the position, in microseconds or appropriate units.