1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

new section (#154)

This commit is contained in:
Pomax
2018-08-19 19:12:18 -07:00
committed by GitHub
parent bc33c23d4e
commit 32276108ce
16 changed files with 404 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
module.exports = {
"August 2018": [
"Added a section on finding a curve's y, if all you have is the x coordinate."
],
"July 2018": [
"Rewrote the 3D normals section, implementing and explaining Rotation Minimising Frames.",
"Updated the section on curve order raising/lowering, showing how to get a least-squares optimized lower order curve.",