Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
weaverposition.h
Go to the documentation of this file.
1
10#pragma once
11#include "sr/types.h"
12#include <stdint.h>
13
14
20typedef struct {
21 uint64_t frameId;
22 uint64_t time;
C-compatible struct containing the weaver position.
Definition: weaverposition.h:20
SR_point3d weaverPosition
Absolute weaver position in centimeters.
Definition: weaverposition.h:23
uint64_t time
Time of capture since epoch in microseconds.
Definition: weaverposition.h:22
uint64_t frameId
Autoincrement frame number.
Definition: weaverposition.h:21
C-compatible 3d double vector representation.
Definition: types.h:81