Draw a sphere: Difference between revisions

Content added Content deleted
(initial content)
 
(brlcad)
Line 2: Line 2:


The task is to draw a sphere cuboid. The sohere can be represented graphically, or in ascii art, depending on the language capabilities. Either static or rotational projection is acceptable for this task.
The task is to draw a sphere cuboid. The sohere can be represented graphically, or in ascii art, depending on the language capabilities. Either static or rotational projection is acceptable for this task.

=={{header|Brlcad}}==

<lang brlcad>opendb balls.g y # Create a database to hold our shapes
units cm # Set the unit of measure
in balls.s sph 0 0 0 3 # Create a sphere of radius 3 cm with its centre at 0,0,0</lang>



[[Category:Geometric Primitives]]
[[Category:Geometric Primitives]]