adas_dimensions_3d_t
Dimensions in 3D space
Synopsis:
#include <adas/adas_defs.h>
typedef struct {
double width;
double height;
double depth;
} adas_dimensions_3d_t;Data:
- double width
- Width of the object.
- double height
- Height of the object.
- double depth
- Depth of the object.
Library:
libadasDescription:
These values can be normalized values, in millimeters or pixels from the source coordinate space, depending on usage.
Page updated:
