mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-08 10:16:36 +08:00
海龟迷途部分图形
This commit is contained in:
@@ -21,7 +21,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
foreach (var item in angleAndWidth)
|
||||
{
|
||||
nextPoint = GetEndPointByTrigonometric(thisPoint, thisAngle, item.Item1);
|
||||
points.Add((Point)nextPoint);
|
||||
//if (thisPoint != nextPoint)
|
||||
{
|
||||
points.Add(nextPoint);
|
||||
}
|
||||
|
||||
thisPoint = nextPoint;
|
||||
thisAngle = thisAngle + item.Item2;
|
||||
|
||||
Reference in New Issue
Block a user