mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 03:59:58 +02:00
bit of cleanup
This commit is contained in:
@@ -35,4 +35,4 @@ After running this function for some value `t`, the `left` and `right` arrays wi
|
||||
|
||||
This is best illustrated with an animated graphic (click to play/pause):
|
||||
|
||||
<Graphic preset="threepanel" title="Bézier curve splitting" setup={this.setupCubic} draw={this.drawAnimated} onClick={this.togglePlay} />
|
||||
<Graphic title="Bézier curve splitting" setup={this.setupCubic} draw={this.drawAnimated} onClick={this.togglePlay} />
|
||||
|
@@ -35,4 +35,4 @@ function drawCurve(points[], t):
|
||||
|
||||
これはアニメーションで見るのがわかりやすいでしょう(クリックで再生・停止します)。
|
||||
|
||||
<Graphic preset="threepanel" title="ベジエ曲線の分割" setup={this.setupCubic} draw={this.drawAnimated} onClick={this.togglePlay} />
|
||||
<Graphic title="ベジエ曲線の分割" setup={this.setupCubic} draw={this.drawAnimated} onClick={this.togglePlay} />
|
||||
|
Reference in New Issue
Block a user