Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Death-Star/Maple/death-star.maple
Normal file
6
Task/Death-Star/Maple/death-star.maple
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
with(plots):
|
||||
with(plottools):
|
||||
plots:-display(
|
||||
implicitplot3d(x^2 + y^2 + z^2 = 1, x = -1..0.85, y = -1..1, z = -1..1, style = surface, grid = [50,50,50]),
|
||||
translate(rotate(implicitplot3d(x^2 + y^2 + z^2 = 1, x = 0.85..1, y = -1..1, z = -1..1, style = surface, grid = [50,50,50]), 0, Pi, 0), 1.70, 0, 0),
|
||||
axes = none, scaling = constrained, color = gray)
|
||||
Loading…
Add table
Add a link
Reference in a new issue