FOUND
Loading...
Searching...
No Matches
found::LocationRecord Struct Reference

Represents a single spatial data point with position and timestamp. More...

#include <style.hpp>

Collaboration diagram for found::LocationRecord:

Public Attributes

uint64_t timestamp
 Timestamp associated with the position, in microseconds or appropriate units.
 
Vec3 position
 3D position of the recorded data point.
 

Detailed Description

Represents a single spatial data point with position and timestamp.

Member Data Documentation

◆ position

Vec3 found::LocationRecord::position

3D position of the recorded data point.

◆ timestamp

uint64_t found::LocationRecord::timestamp

Timestamp associated with the position, in microseconds or appropriate units.


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