![]() |
Livox SDK API
V2.1.0
|
#include <livox_def.h>
Public Attributes | |
| int32_t | x |
| int32_t | y |
| int32_t | z |
| uint8_t | reflectivity |
| uint8_t | tag |
Extend cartesian coordinate format.
Definition at line 169 of file livox_def.h.
| uint8_t LivoxExtendRawPoint::reflectivity |
Reflectivity
Definition at line 173 of file livox_def.h.
| uint8_t LivoxExtendRawPoint::tag |
Tag
Definition at line 174 of file livox_def.h.
| int32_t LivoxExtendRawPoint::x |
X axis, Unit:mm
Definition at line 170 of file livox_def.h.
| int32_t LivoxExtendRawPoint::y |
Y axis, Unit:mm
Definition at line 171 of file livox_def.h.
| int32_t LivoxExtendRawPoint::z |
Z axis, Unit:mm
Definition at line 172 of file livox_def.h.