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

this rename is absolutely stupid

This commit is contained in:
Pomax
2020-08-20 13:01:32 -07:00
parent 59fdafb2c5
commit d92e370bd1
470 changed files with 22 additions and 9 deletions

76
docs/chapters/toc.js Normal file
View File

@@ -0,0 +1,76 @@
/**
* This is the section ordering used in the Primer.
*/
export default [
'preface',
// the basic topic(s) introduction(s)
'introduction',
'whatis',
'explanation',
'control',
'weightcontrol',
'extended',
// basic operations
'matrix',
'decasteljau',
'flattening',
'splitting',
'matrixsplit',
'reordering',
// information that can be obtained through analysis
'derivatives',
'pointvectors',
'pointvectors3d',
'components',
'extremities',
'boundingbox',
'aligning',
'tightbounds',
'inflections',
'canonical',
'yforx',
// accurate arc length is hard, yo
'arclength',
'arclengthapprox',
'curvature',
'tracing',
// curve intersections
'intersections',
'curveintersection',
// curve manipulation
'abc',
'moulding',
'pointcurves',
'curvefitting',
// A quick foray into Catmull-Rom splines
'catmullconv',
'catmullmoulding',
// "things made of more than on curve"
'polybezier',
'shapes',
// 'drawing', // still just waiting to be finished......
// curve offsetting
'projections',
'offsetting',
'graduatedoffset',
// circle and arc approximation
'circles',
'circles_cubic',
'arcapproximation',
// A quick foray in to B-Spline land
'bsplines',
// comments come last for obvious reasons
'comments',
];