Contains
Summary
public ContainmentType Contains(BoundingBox box)
Checks whether the current BoundingSphere contains the specified BoundingBox.
Returns
Parameters
- BoundingBox box
Summary
public void Contains(ref BoundingBox box, out ContainmentType result)
Checks whether the current BoundingSphere contains the specified BoundingBox.
Parameters
- BoundingBox box
- ContainmentType result
Summary
public ContainmentType Contains(BoundingFrustum frustum)
Checks whether the current BoundingSphere contains the specified BoundingFrustum.
Returns
Parameters
- BoundingFrustum frustum
Summary
public ContainmentType Contains(Vector3 point)
Checks whether the current BoundingSphere contains the specified point.
Returns
Parameters
- Vector3 point
Summary
public void Contains(ref Vector3 point, out ContainmentType result)
Checks whether the current BoundingSphere contains the specified point.
Parameters
- Vector3 point
- ContainmentType result
Summary
public ContainmentType Contains(BoundingSphere sphere)
Checks whether the current BoundingSphere contains the specified BoundingSphere.
Returns
Parameters
- BoundingSphere sphere
Summary
public void Contains(ref BoundingSphere sphere, out ContainmentType result)
Checks whether the current BoundingSphere contains the specified BoundingSphere.
Parameters
- BoundingSphere sphere
- ContainmentType result