Qurak

Rotate 2D graphics

Example 2 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
Graphics[{Opacity[.6], Rectangle[]}, Axes -> True]
Output
-Graphics-
Step 2
Graphics[{Opacity[.6], Rectangle[], Blue, Rotate[Rectangle[], {{1, 0}, {1, 1}}]}, Axes -> True]
Output
-Graphics-

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client