cone
- class granoo3.lib.cone
Bases:
granoo3.lib.shape3D
a conical shape defined by two values (radius and length)
Methods Summary
demi_angle
(arg1)compute and return the half angle of the cone
get_length
(arg1)get the cone length
get_radius
(arg1)get the cone radius
set_length
(arg1, arg2)set the cone length
set_radius
(arg1, arg2)set the cone radius
Methods Documentation
- demi_angle((cone)arg1) float[STATIC]
compute and return the half angle of the cone
- get_length((cone)arg1) float[STATIC]
get the cone length
- get_radius((cone)arg1) float[STATIC]
get the cone radius
- set_length((cone)arg1, (float)arg2) None[STATIC]
set the cone length
- set_radius((cone)arg1, (float)arg2) None[STATIC]
set the cone radius