BoundingSphere Methods

Method Description
Contains
Tests whether the BoundingSphere contains a specified object.
Intersects
Tests the BoundingSphere for intersection with an object.
Transform
Transforms the BoundingSphere.
ContainedBy
Tests whether the BoundingSphere is contained by the specified frustum.
CreateFromBoundingBox
Creates a BoundingSphere containing the specified BoundingBox.
CreateFromPoints
Creates a new BoundingSphere from a list of points.
CreateMerged
Creates a BoundingSphere that contains the two specified BoundingSphere objects.
op_Assignment
Initializes the BoundingSphere with values from a specified BoundingSphere.

 

BoundingSphere