Click or drag to resize

BSphere Methods

The BSphere type exposes the following members.

Methods
  NameDescription
Public methodAdd(BSphere)
Add the bounding sphere s2 to this bounding sphere, growing and re-centering it if needed.
Public methodStatic memberAdd(BSphere, BSphere)
Add two bounding spheres and return the resulting sphere that encompasses the two input bounding spheres.
Public methodCollides(BSphere)
Public methodStatic memberCollides(BSphere, BSphere)
Public methodStatic memberFromPoints
Public methodIntersects(Ray)
Whether the specified ray intersects the bounding box.
Public methodIntersects(Ray, Single)
Whether the specified ray intersects the bounding box.
Public methodIsNull
Public methodTransform
Top
See Also