adas_dimensions_3d_t

Updated: April 19, 2023

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:

libadas

Description:

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