1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-28 18:49:57 +02:00

Add a curvature section (#159)

* curvature and radius of curvature
This commit is contained in:
Pomax
2018-12-09 16:31:16 -08:00
committed by GitHub
parent 3e1a3c27f5
commit 4ad072c7a2
25 changed files with 390 additions and 11 deletions

View File

@@ -1,5 +1,9 @@
module.exports = {
"December 2018": [
"Added a section on curvature and calculating kappa."
],
"August 2018": [
"Added a section on finding a curve's y, if all you have is the x coordinate."
],