原点Oを中心とする角\thetaの回転によってP(x,y)からP'(x',y')に移動した場合、以下のような関係式が成り立つ。

\begin{cases}
x'=x \cos \theta -y \sin \theta\\
y'= x \sin \theta +y \cos \theta\end{cases}

\begin{pmatrix}
</p>
<pre>x' \\
y'
</pre>
<p>\end{pmatrix}=
\begin{pmatrix}
</p>
<pre>\cos \theta & -\sin \theta \\
\sin \theta & \cos \theta
</pre>
<p>\end{pmatrix}
\begin{pmatrix}
</p>
<pre>x \\
y
</pre>
<p>\end{pmatrix}

最終更新:2014年02月02日 12:19