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

[ja-JP] Add introduction and whatis (#59)

* [ja-JP] Translate introduction

* [ja-JP] Translate whatis

* Update content.ja-JP.md

removed spaces
This commit is contained in:
Masaya Nakamura
2017-02-18 04:27:36 +09:00
committed by Mike Kamermans
parent 15d1c211c6
commit be5303545a
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# バッとした導入
まずは良い例から始めましょう。ベジエ曲線というのは、下の図に表示されているもののことです。ベジエ曲線はある始点からある終点へと延びており、その曲率は1個以上の「中間」制御点に左右されています。さて、このページの図はどれもインタラクティブになっていますので、ここで曲線をちょっと操作してみましょう。点をドラッグしたとき、曲線の形がそれに応じてどう変化するのか、確かめてみてください。
<div className="figure">
<Graphic inline={true} title="2次のベジエ曲線" setup={ this.drawQuadratic } draw={ this.drawCurve }/>
<Graphic inline={true} title="3次のベジエ曲線" setup={ this.drawCubic } draw={ this.drawCurve }/>
</div>
ベジエ曲線は、CADcomputer aided designやCAMcomputer aided manufacturingのアプリケーションで多用されています。もちろん、Adobe Illustrator・Photoshop・Inkscape・Gimp などのグラフィックデザインアプリケーションや、SVGscalable vector graphics・OpenTypeフォントotf/ttfのようなグラフィック技術でも利用されています。ベジエ曲線はたくさんのものに使われていますので、これについてもっと詳しく学びたいのであれば……さあ、準備しましょう