Spaces:
Sleeping
Sleeping
File size: 143 Bytes
31726e5 |
1 2 3 4 5 6 7 8 |
#pragma once
struct EdgeQuery {
int shape_group_id;
int shape_id;
bool hit; // Do we hit the specified shape_group_id & shape_id?
};
|