Qurak

Rotate 2D graphics

2 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。

ステップ 1
Graphics[{Opacity[.6], Rectangle[]}, Axes -> True]
出力
-Graphics-
ステップ 2
Graphics[{Opacity[.6], Rectangle[], Blue, Rotate[Rectangle[], {{1, 0}, {1, 1}}]}, Axes -> True]
出力
-Graphics-

使用する関数

関連レシピ

すべてのレシピ · 関数リファレンス · MCPクライアントから使う