Voyant API 1.0.0
Loading...
Searching...
No Matches
VoyantVec3 Struct Reference

#include <voyant_types_ffi.hpp>

Public Attributes

float x
float y
float z

Detailed Description

Cartesian position in meters — sensor frame: +x forward, +y left, +z up.

Deliberately minimal (no vector math): a plain #[repr(C)] POD so it crosses the C++/Python FFI as-is and converts cheaply into consumers' math types.

Member Data Documentation

◆ x

float VoyantVec3::x

◆ y

float VoyantVec3::y

◆ z

float VoyantVec3::z

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