GDS-Render v1.2.1
bounding_box::_vectors Struct Reference

Location vectors of upper right and lower left bounding box points. More...

#include <bounding-box.h>

Collaboration diagram for bounding_box::_vectors:
[legend]

Data Fields

struct vector_2d lower_left
 Lower left point of the bounding box. More...
 
struct vector_2d upper_right
 Upper right point of the bounding box. More...
 

Detailed Description

Location vectors of upper right and lower left bounding box points.

Note
Coordinate System is (y up | x right)

Definition at line 60 of file bounding-box.h.

Field Documentation

◆ lower_left

struct vector_2d lower_left

Lower left point of the bounding box.

Definition at line 62 of file bounding-box.h.

◆ upper_right

struct vector_2d upper_right

Upper right point of the bounding box.

Definition at line 64 of file bounding-box.h.


The documentation for this struct was generated from the following file: