発言者: tDB
発言日: 2003 11/30 13:18
発言元: 219.104.145.221
> emath のコマンドの中に,図形を回転させるものがあったような
> 気がするのですが思い出せません。
ありません。
点を回転させるコマンドはありますが.....
graphicsパッケージの \rotatebox を使うのが普通です。
% -----------------------------------------------------
\documentclass{jarticle}
\usepackage{emathP}
\pagestyle{plain}
\begin{document}
\begin{zahyou}[ul=6mm](-4,5)(-3,3)
\Heihoukon{3}\x
\calcval{2*\x}\xx
\tenretu*{A(\xx,0);B(0,2)}
\Daen\O{\xx}{2}
\Put\A[se]{$2\sqrt{3}$}
\Put\B[nw]{$2$}
\end{zahyou}
上の楕円$\bunsuu{x^2}{12}+\bunsuu{y^2}{4}=1$を原点のまわりに
$-45\Deg$回転した図形は:
\begin{zahyou}[ul=6mm](-4,5)(-3,3)
\Heihoukon{3}\x
\calcval{2*\x}\xx
\tenretu*{A(\xx,0);B(0,2)}
\Daen\O{\xx}{2}%
{%
\color{red}
\Put\O{\rotatebox{-45}{\Daen\O{\xx}{2}}}%
}%
\Put\A[se]{$2\sqrt{3}$}
\Put\B[nw]{$2$}
\end{zahyou}
\end{document}
▼関連発言
│
└◆372:toshi [楕円の回転] 11/30 11:45
└◆374:Re:toshi [tDB] 11/30 13:18
└◆378:楕円の回転 [toshi] 11/30 17:09
└◆381:Re:楕円の回転 [田中徹] 11/30 23:40<-last