用两种方式画半径为3的球面?
with(plots); with(plottools);
c := sphere([0, 0, 0], 3, color = red);
d := sphere([3, 3, 3], 1, color = green);
display(c, d, scaling = constrained, style = patch, axes = boxed);
sphereplot(3, theta = 0 .. 2*Pi, phi = 0 .. Pi, axes = frame, color = theta);
Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有