CollisionSphere
from panda3d.core import CollisionSphere
- class CollisionSphere
Bases:
CollisionSolid
A spherical collision volume or object.
Inheritance diagram
- __init__(*args, **kwargs)
- center
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()
- radius
- setCenter()
C++ Interface: set_center(const CollisionSphere self, const LPoint3f center) set_center(const CollisionSphere self, float x, float y, float z)
- set_center()
C++ Interface: set_center(const CollisionSphere self, const LPoint3f center) set_center(const CollisionSphere self, float x, float y, float z)