Jump to content

Draw a cuboid: Difference between revisions

Line 1,566:
=={{header|Maple}}==
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>
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.