Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Minor cleanup. Fixes issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
jambolo committed Apr 23, 2021
1 parent 1e1bd5f commit 829574e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs/drawArc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ debug =
C:
x: 0
y: 0
Q:
Q:
x: 0
y: 0

Expand Down Expand Up @@ -40,7 +40,7 @@ computeQ = (x1, y1, x2, y2, radius) ->
Q =
x: M.x + uMQ.x * dMQ
y: M.y + uMQ.y * dMQ

debug =
C:
x: M.x - uMQ.x * dCM
Expand Down

0 comments on commit 829574e

Please sign in to comment.