Libraries
»
mini_scad
(0.1.0)
»
Index
»
MiniScad
»
DSL
»
#sphere
Method: MiniScad::DSL#sphere
Defined in:
lib/mini_scad.rb
#
sphere
(r) ⇒
Object
13 14 15
# File 'lib/mini_scad.rb', line 13
def
sphere
(
r
)
Sphere
.
new
(
r
)
end