Skip to content

Commit

Permalink
Update bezierpath.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets authored and cormullion committed Jul 6, 2021
1 parent 73ae373 commit dda804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bezierpath.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ curve is:
\\begin{equation}
\\kappa = \\frac{\\mid \\dot{x}\\ddot{y}-\\dot{y}\\ddot{x}\\mid}
{(\\dot{x}^2 + \\dot{y}^2)^{\\frac{3}{2}}}
\end{equation}
\\end{equation}
```
The radius of curvature, or the radius of an osculating circle at a point, is
Expand Down

0 comments on commit dda804b

Please sign in to comment.