mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-12 12:16:37 +08:00
block demo 已经完成到第三个了
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user