1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-15 13:14:25 +02:00

245 Commits

Author SHA1 Message Date
Pomax
f730744e18 . 2019-09-16 08:27:22 -07:00
Pomax
fff830958e rebuild 2019-09-14 10:22:49 -07:00
bhegerle
cc2a505cba Section on curve order raising/lowering (#211)
* edit to second curve order-raising derivation

* bug fix for curve order-lowering: could invert MtM because it had extra column of zeroes
2019-08-27 08:46:01 -07:00
Pomax
1fcaa1c1bb typo in curve fitting T matrix 2019-08-24 08:53:04 -07:00
Pomax
38cb467e46 why is bezierinfo not updating? 2019-08-21 12:46:54 -07:00
Pomax
cf7b015661 fixed jp/cn 2019-08-21 12:18:07 -07:00
Pomax
782c509850 Rational bezier (#208)
* .

* meh

* rational beziers
2019-08-18 17:13:27 -07:00
Pomax
d8dffb0cda license 2019-06-11 21:26:18 -07:00
Simon Cozens
683f5f0459 Edits to shape section (#201)
* Edits to shape section

Capitalization, punctuation, style

* Update content.en-GB.md
2019-06-10 18:09:09 -07:00
Simon Cozens
a493ffa053 Add missing space in projections section (#200) 2019-06-10 18:07:12 -07:00
Simon Cozens
de6435e9a0 Edits to offsetting section (#199)
Many punctuation, some style
2019-06-10 18:06:44 -07:00
Simon Cozens
3e8690e761 Fixes to moulding section (#198)
* “original points B” -> “original point B”
* punctuation fix.
2019-06-10 18:05:52 -07:00
Simon Cozens
6a61608ca9 Edits to curvefitting section (#197)
* spelling corrections “corresponding”, “computed”, “derivative”
* “is a terms” -> “is all terms”
* “Bezier” -> “Bézier”
* punctuation fixes
* capitalization fixes
2019-06-10 18:04:59 -07:00
Simon Cozens
68c37ec9f7 Edits to bsplines (#196)
Recast awkward sentence.
2019-06-10 18:01:11 -07:00
Simon Cozens
3ae5207ebd Edits to arcapproximation section (#195)
* Fix capitalization. Sentence with too many colons - use more interesting punctuation.

* Update content.en-GB.md

https://www.youtube.com/watch?v=M94ii6MVilw
2019-06-10 17:45:24 -07:00
Simon Cozens
cab6924b4c Small edits to ABC chapter (#194)
* Small edits to ABC chapter

* Add a missing "and"
* Punctuation fix
* Split long sentence

* Update content.en-GB.md
2019-06-10 17:42:20 -07:00
Simon Cozens
1c3622c54d Edits to intersections section (#192)
* Edits to intersections section

* One more
2019-06-10 17:40:43 -07:00
Simon Cozens
9114a00913 Edits to canonical section (#191) 2019-06-10 17:39:48 -07:00
Simon Cozens
eec7f90731 Components and root finding (#190) 2019-06-10 17:38:14 -07:00
Simon Cozens
bdf51c8eb6 Editing 3d normals. (#189)
* Editing 3d normals.

* Fix grammar error in code comment

* Update content.en-GB.md
2019-06-10 17:32:31 -07:00
Simon Cozens
994efc80df Tangents and normal section (#188)
* Tangents and normal section

* Update content.en-GB.md
2019-06-10 17:13:16 -07:00
Simon Cozens
1e3131afa3 Derivatives section (#187) 2019-06-10 17:12:03 -07:00
Simon Cozens
11e2ab3286 Edits to simplify matrix-splitting section (#186)
* Many style edits to matrix splitting chapter, because this stuff is complicated and we want to make it simple.

* *You*'re not using LaTeX...
2019-06-10 17:11:30 -07:00
Simon Cozens
3de2ee1cbf Edits to reordering section (#185)
* Edits to reordering section

* Just spotted a typo

* Update content.en-GB.md

* Update content.en-GB.md
2019-06-10 17:09:08 -07:00
Simon Cozens
284cc28770 Edits to splitting section. (#183) 2019-06-10 17:06:11 -07:00
Simon Cozens
8989cee2c6 Edits to de Casteljau section. (#182)
* Edits to de Casteljau section.

* Update content.en-GB.md
2019-06-10 17:05:37 -07:00
Simon Cozens
50d709da18 Edits to matrix section (#181) 2019-06-10 17:04:16 -07:00
Simon Cozens
ba30d4c313 Edits to Bezier interval section (#180)
* Edits to Bezier interval section

* Update content.en-GB.md

* Update content.en-GB.md
2019-06-10 17:03:38 -07:00
Simon Cozens
2872a1b1d6 Keep our pseudocode compilable... (#179) 2019-06-10 17:01:23 -07:00
Simon Cozens
dc26026d09 Small edits to control section. (#178)
* Small edits to control section.

* Fix code bug. Fixes #168
2019-06-10 17:01:06 -07:00
Simon Cozens
50ef8bdf3c Various edits for "explanation" section. (#177) 2019-06-10 16:59:06 -07:00
Simon Cozens
c5202f62ea Editing first three sections. (#176)
* Editing first three sections.

* Update content.en-GB.md

* Update content.en-GB.md
2019-06-10 16:55:28 -07:00
Yuri Pourre
1506c97645 Fix minor typo (#203) 2019-06-03 12:32:22 -07:00
Pomax
876267a21e yay more typos 2019-03-28 10:24:10 -07:00
Pomax
6c7012f0ea typos 2019-03-28 10:15:33 -07:00
Pomax
a5f9430506 Merge branch 'master' of https://github.com/Pomax/BezierInfo-2 2019-03-12 14:19:49 -07:00
Pomax
eb3867b813 fix for curvature function 2019-03-12 14:19:34 -07:00
Tim Gfrerer
e4de0b77f6 fix minor typo (#169) 2019-03-03 08:36:58 -08:00
Pomax
0c9b307585 patreon 2018-12-29 15:28:00 -08:00
Pomax
4ad072c7a2 Add a curvature section (#159)
* curvature and radius of curvature
2018-12-09 16:31:16 -08:00
Pomax
9119af9e3b source docs for [a] handlers 2018-11-16 14:57:46 -08:00
Pomax
9eb0692e1c finally fixed the sub/sup thing 2018-11-16 14:33:29 -08:00
Pomax
92f290f3cf . 2018-08-20 13:28:25 -07:00
Pomax
61f22d48f7 ... why duplicate the cardano code? 2018-08-19 19:19:22 -07:00
Pomax
32276108ce new section (#154) 2018-08-19 19:12:18 -07:00
Pomax
e3255abb56 finally explained how to lower the curve order 2018-07-20 19:37:49 -07:00
Pomax
b2a26b4fef fix 'down' handling in reordering sketch 2018-07-17 10:05:42 -07:00
Pomax
3b3131136f updated 3d normals 2018-07-13 18:14:31 -07:00
Steve Nicholson
a036c42cd2 Typos in curvefitting (#149) 2018-07-03 21:46:19 -07:00
Pomax
8165357a1c maths typo 2018-07-03 11:38:11 -07:00