mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
determining rectangle intersection by vertices
This commit is contained in:
@@ -21,6 +21,7 @@ namespace vb01{
|
||||
|
||||
static const float PI = 4 * atan(1);
|
||||
|
||||
bool rectanglesIntersect(Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2);
|
||||
void readFile(std::string, std::vector<std::string>&, int = 0, int = -1);
|
||||
void getLineData(std::string, std::string[], int, int = 0);
|
||||
int findNthOccurence(std::string&, std::string, int, bool = true);
|
||||
|
||||
Reference in New Issue
Block a user