cylinder
- class granoo3.lib.cylinder
Bases:
granoo3.lib.shape3D
a cylindrical shape defined by two values (radius and length)
Methods Summary
get_length
(arg1)get the cylinder length
get_radius
(arg1)get the cylinder radius
set_length
(arg1, arg2)set the cylinder length
set_radius
(arg1, arg2)set the cylinder radius
Methods Documentation
- get_length((cylinder)arg1) float[STATIC]
get the cylinder length
- get_radius((cylinder)arg1) float[STATIC]
get the cylinder radius
- set_length((cylinder)arg1, (float)arg2) None[STATIC]
set the cylinder length
- set_radius((cylinder)arg1, (float)arg2) None[STATIC]
set the cylinder radius