Add description to bounding box

This commit is contained in:
Mario Hüttel 2018-12-10 21:28:43 +01:00
parent 3c1f4f9c97
commit 179dfa0724
1 changed files with 6 additions and 5 deletions

View File

@ -34,6 +34,7 @@
#include "vector-operations.h"
union bounding_box {
/** Coordinate System is (y up | x right)^ */
struct _vectors {
struct vector_2d lower_left;
struct vector_2d upper_right;