内角点实现与常规更改

This commit is contained in:
Glz
2024-03-23 09:15:53 +08:00
parent b46f372af4
commit 07b5209853
5 changed files with 33 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ void ElementJudge()
cross_type = CROSS_NONE;
circle_type = CIRCLE_NONE;
}
if (cross_type != CROSS_NONE)
{
circle_type = CIRCLE_NONE;
}
}
void ElementRun()