adas_position_3d_t
Position in 3D space
Synopsis:
#include <adas/adas_defs.h>
typedef struct {
double x;
double y;
double z;
} adas_position_3d_t;Data:
- double x
- Position on the X-axis.
- double y
- Position on the Y-axis.
- double z
- Position on the Z-axis.
Library:
libadasDescription:
These values can be normalized values, in millimeters or pixels from the source coordinate space, depending on usage.
Page updated:
