BoundingSphere
from panda3d.core import BoundingSphere
- class BoundingSphere
Bases:
FiniteBoundingVolume
This defines a bounding sphere, consisting of a center and a radius. It is always a sphere, and never an ellipsoid or other quadric.
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 BoundingSphere self, const LPoint3f center)
- /**
Sets the center point of the sphere.
*/
- setRadius()
C++ Interface: set_radius(const BoundingSphere self, float radius)
- /**
Sets the radius of the sphere.
*/