RosettaCodeData/Task/Draw-a-cuboid/00DESCRIPTION
2019-09-12 10:33:56 -07:00

15 lines
596 B
Text

;Task:
Draw a &nbsp; [http://en.wikipedia.org/wiki/Cuboid cuboid] &nbsp; with relative dimensions of &nbsp; <big> 2 &times; 3 &times; 4. </big>
The cuboid can be represented graphically, or in &nbsp; [https://en.wikipedia.org/wiki/ASCII_art ASCII art], &nbsp; depending on the language capabilities.
To fulfill the criteria of being a cuboid, three faces must be visible.
Either static or rotational projection is acceptable for this task.
<br><br>
;Related tasks
* [[Draw_a_rotating_cube|draw a rotating cube]]
* [[Write_language_name_in_3D_ASCII|write language name in 3D ASCII]]
<br><br>