BoundingSphere
from panda3d.core import BoundingSphere
- class BoundingSphere
Bases:
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__()
Constructs an empty sphere.
- static getClassType() TypeHandle