This commit is contained in:
Mario Hüttel 2018-12-10 21:30:07 +01:00
parent 179dfa0724
commit 37c21ced04
1 changed files with 1 additions and 1 deletions

View File

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