CollisionSphere

from panda3d.core import CollisionSphere
class CollisionSphere

Bases: CollisionSolid

A spherical collision volume or object.

Inheritance diagram

Inheritance diagram of CollisionSphere

__init__(*args, **kwargs)
center
getCenter()

C++ Interface: get_center(CollisionSphere self)

/**

*/

getClassType()

C++ Interface: get_class_type()

getRadius()

C++ Interface: get_radius(CollisionSphere self)

/**

*/

get_center()

C++ Interface: get_center(CollisionSphere self)

/**

*/

get_class_type()

C++ Interface: get_class_type()

get_radius()

C++ Interface: get_radius(CollisionSphere self)

/**

*/

radius
setCenter()

C++ Interface: set_center(const CollisionSphere self, const LPoint3f center) set_center(const CollisionSphere self, float x, float y, float z)

/**

*/

/**

*/

setRadius()

C++ Interface: set_radius(const CollisionSphere self, float radius)

/**

*/

set_center()

C++ Interface: set_center(const CollisionSphere self, const LPoint3f center) set_center(const CollisionSphere self, float x, float y, float z)

/**

*/

/**

*/

set_radius()

C++ Interface: set_radius(const CollisionSphere self, float radius)

/**

*/