mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-08 23:50:43 +02:00
bit of cleanup
This commit is contained in:
@@ -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