22   _desc.radius = radius;
    31   _desc.height = height;
 void set_radius(float radius)
Sets the radius of the capsule's hemispherical ends and its trunk.
 
float get_height() const
The distance between the two hemispherical ends of the capsule.
 
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
 
void set_height(float height)
Sets the distance between the two hemispherical ends of the capsule.
 
float get_radius() const
The radius of the capsule's hemispherical ends and its trunk.