block demo 已经完成到第三个了

This commit is contained in:
艾竹
2023-08-13 11:36:47 +08:00
parent 9485ce6684
commit d68fe22a05
7 changed files with 46 additions and 36 deletions

View File

@@ -84,7 +84,7 @@ namespace AIStudio.Wpf.DiagramDesigner
}
static double ConvertToPositive360(double angle)
public static double ConvertToPositive360(double angle)
{
double positiveAngle = angle % 360;
if (positiveAngle < 0)