|
Voyant API 1.0.0
|
#include <voyant_types_ffi.hpp>
Public Attributes | |
| float | x |
| float | y |
| float | z |
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.
| float VoyantVec3::x |
| float VoyantVec3::y |
| float VoyantVec3::z |