请问mathematica怎么让画出的图像绕原点旋转任意角度呢?
mathematica吧
全部回复
仅看楼主
level 1
比如30度,90度这样
2020年06月14日 01点06分 1
level 3
Rotate[Graphics[Triangle[{{0, 0}, {1, 0}, {0, 1}}]], #] & /@ {\[Pi]/
6, \[Pi]/2}
2020年06月15日 07点06分 2
Show[Graphics[ Rotate[Triangle[{{0, 0}, {1, 0}, {0, 1}}], #]] & /@ {30 Degree, 90 Degree}]
2020年06月23日 13点06分
level 7
RotationTransormation,GeometicTransformation。楼上那个怕不是要带着整张图一起转。
2020年06月15日 08点06分 3
1