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:
committed by
Mike Kamermans
parent
15d1c211c6
commit
be5303545a
10
components/sections/introduction/content.ja-JP.md
Normal file
10
components/sections/introduction/content.ja-JP.md
Normal 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>
|
||||
|
||||
ベジエ曲線は、CAD(computer aided designやCAM(computer aided manufacturing)のアプリケーションで多用されています。もちろん、Adobe Illustrator・Photoshop・Inkscape・Gimp などのグラフィックデザインアプリケーションや、SVG(scalable vector graphics)・OpenTypeフォント(otf/ttf)のようなグラフィック技術でも利用されています。ベジエ曲線はたくさんのものに使われていますので、これについてもっと詳しく学びたいのであれば……さあ、準備しましょう!
|
Reference in New Issue
Block a user