RosettaCodeData/Task/Draw-a-cuboid/Maple/draw-a-cuboid.maple

2 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
plots:-display(plottools:-parallelepiped([2, 0, 0], [0, 0, 4], [0, 3, 0]), orientation = [45, 60])