Draw a cuboid: Difference between revisions

Content added Content deleted
Line 1,566: Line 1,566:
=={{header|Maple}}==
=={{header|Maple}}==
This creates a cuboid with one corner at (0,0,0) and the opposite at (2,3,4):
This creates a cuboid with one corner at (0,0,0) and the opposite at (2,3,4):
<lang Maple>plots:-display(plottools:-parallelepiped([2, 0, 0], [0, 0, 4], [0, 3, 0], orientation = [45, 60]))</lang>
<lang Maple>plots:-display(plottools:-parallelepiped([2, 0, 0], [0, 0, 4], [0, 3, 0]), orientation = [45, 60])</lang>


=={{header|Mathematica}} / {{header|Wolfram Language}}==
=={{header|Mathematica}} / {{header|Wolfram Language}}==