Skip to content

Commit 3254d02

Browse files
Update circle_X_Rotation.bat
1 parent 1d26172 commit 3254d02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

circleRotation/circle_X_Rotation.bat

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ for /l %%i in () do (
1616

1717
REM rotate on x
1818
set /a "px=20 * !cos:x=%%j! + wid / 2"
19-
set /a "py=20 * !sin:x=%%j! * !cos:x=angle! + 2 * !sin:x=angle! + hei / 2"
20-
21-
set "scrn=!scrn!%\e%[!py!;!px!HO"
22-
)
19+
set /a "py=20 * !sin:x=%%j! * !cos:x=angle! + 2 * !sin:x=angle! + hei / 2"
20+
21+
set "scrn=!scrn!%\e%[!py!;!px!HO"
22+
)
2323

2424
echo %\e%[2J!scrn!
2525
set "scrn="
26-
)
26+
)

0 commit comments

Comments
 (0)