adas_dimensions_3d_t

Dimensions in 3D space

Synopsis:

#include <adas/adas_defs.h>
typedef struct adas_dimensions_3d_t {
    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:

libadas

Description:

This value can be a normalized values, in millimeters or pixels from the source coordinate space depending on usage.