| GDS-Render v1.2.1
    | 
Union describing a bounding box. More...
#include <bounding-box.h>
| Data Structures | |
| struct | _vectors | 
| Location vectors of upper right and lower left bounding box points.  More... | |
| Data Fields | |
| struct bounding_box::_vectors | vectors | 
| struct vector_2d | vector_array [2] | 
| Array of vectors representing a bounding box.  More... | |
Union describing a bounding box.
Two ways of accessing a bounding box are possible.
Either, use the "named" vectors struct to specifically access the points
or use the iterable vector array:
Definition at line 55 of file bounding-box.h.
| struct vector_2d vector_array[2] | 
Array of vectors representing a bounding box.
Definition at line 70 of file bounding-box.h.
| struct bounding_box::_vectors vectors |