Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ typedef struct {
float width() { return right - left; }
float height() { return bottom - top; }
float center_x() { return left + width() / 2; }
float center_y() { return right + height() / 2; }
float center_y() { return top + height() / 2; }
}BBox;

typedef struct
Expand Down