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:
76
docs/chapters/toc.js
Normal file
76
docs/chapters/toc.js
Normal 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',
|
||||
];
|
Reference in New Issue
Block a user