Questions tagged [rotation]
Questions regarding built-in methods to rotate objects and how to perform them: Rotate, RotationTransform, ImageRotate, RotationMatrix etc.
175 questions
2 votes
1 answer
107 views
Performance issue when more than one texture is used
I run it on version 13.0.1. Bellow are 50 polygons each of the same random texture. Rotating it by mouse is fast and flawless. <...
5 votes
2 answers
473 views
Rotating 3D graphics with efficiency of front-end
Evaluate the following code and use your mouse to rotate the graphics - it is fluent without any delay. ...
8 votes
1 answer
1k views
How to animate an impossible image
Could someone help me generate movement for this image This image is like an impossible figure, yet I have seen similar ones but I can't imagine how to give it movement. thanks in advance
1 vote
2 answers
155 views
How can I get a simpler way to draw a solid?
Let two circles center $O_1$, radius $10$ and center $O_2$, radius $6$ so that $AB$ is a diameter of the circle center $O_2$. I am trying to draw solid when rotate the filled region around line $...
6 votes
3 answers
1k views
How to rotate a triangle to get this picture?
Based on this answer, I am trying to draw the picture b). I tried ...
3 votes
2 answers
353 views
Rotation of area
I'm trying to illustrate the rotation of the area 0≤y≤1-x^2, 0≤x≤1, when y=1-x^2 is rotated around y=1, and calculate the volume. I read Volume of a region of revolution but could not find a way to ...
4 votes
4 answers
711 views
How to make a ParametricPlot3D curve rotate smoothly?
I'm trying to make the complicated ParametricPlot3D curve rotate along the z-axis smoothly. I tried Rotate on a simple 3D object first. ...
2 votes
1 answer
246 views
How to visualise a rotated cuboid as an output of its rotation matrix and original dimensions, using Graphics3D?
I'm new to Mathematica, and I'm trying to figure out how to visualise a rotated cuboid as an output of its rotation matrix and original dimensions using Graphics3D. ...