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
138
views
Performance issue when more than one texture is used
I ran it on version 13.0.1 for Microsoft Windows (64-bit) (January 28, 2022).
(the same bug persist even in the current newest version ...
3
votes
0
answers
132
views
Efficiently Finding Optimal Configurations of Lofted Solids
A lofted solid is like a solid cylinder with two different end caps.
A natural set of questions given a lofted solid using two shapes would be if we were to be able to rotate an end around the ends ...
5
votes
2
answers
486
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.
...
3
votes
1
answer
156
views
Coordinates of vertices in 3D
I have 10 vertices that are part of a set of 8 triangles. Initially they are:
...
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
7
votes
1
answer
171
views
How is the Mathematica command FindGeometricTransformation related to the Kabsch agorithm?
I searched the internet for a Mathematica version of the Kabsch algorithm, using the search terms "Mathematica and Kabsch" nothing came up in. Looking through Mathematica documentation, I ...
1
vote
2
answers
160
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
2
answers
343
views
How can I draw solid when rotate this rigion around Ox axis?
I have this picture, knowing that $AC=2$. The point $B$ is midpoint of $AC$, $D$ is intersection point of the semicirle and arc center at $B$ and radius 1. I want to rotate the region with gray fill ...
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
...
4
votes
1
answer
143
views
How can I get a 3D form when rotate the polygon $ABCD$ around the line $AB$
I have polygon $ABCD$ here $A(1,0)$, $B\left (\dfrac{1}{2},\dfrac{\sqrt{3}}{2}\right)$, $C\left (-\dfrac{1}{2},\dfrac{\sqrt{3}}{2}\right)$, $D(-1,0)$. How can I get a 3D form when rotate the polygon $...
3
votes
2
answers
358
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 ...
7
votes
2
answers
712
views
How can I make an animation when using RevolutionPlot3D?
Let ABCD be a square with AB=2. Rotate the filled ABD (see picture) about ...
4
votes
4
answers
869
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.
...
1
vote
1
answer
253
views
How to rotate a 2-body system about various independent axes with body-fixed pivot points/rotation origins?
I am trying to simulate a jointed two-body system on Mathematica, consisting of these components: "Beam" and "Plate". I am constraining the system such that the beam is always ...
2
votes
1
answer
260
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. ...