RosettaCodeData/Task/Draw-a-cuboid/00DESCRIPTION

16 lines
596 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2019-09-12 10:33:56 -07:00
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.
2015-02-20 00:35:01 -05:00
Either static or rotational projection is acceptable for this task.
2016-12-05 22:15:40 +01:00
<br><br>
;Related tasks
2017-09-23 10:01:46 +02:00
* [[Draw_a_rotating_cube|draw a rotating cube]]
* [[Write_language_name_in_3D_ASCII|write language name in 3D ASCII]]
2016-12-05 22:15:40 +01:00
<br><br>