Contains
Summary
public ContainmentType Contains(BoundingBox box)
Tests whether the BoundingBox contains another BoundingBox.
Returns
Parameters
- BoundingBox box
Summary
public void Contains(ref BoundingBox box, out ContainmentType result)
Tests whether the BoundingBox contains a BoundingBox.
Parameters
- BoundingBox box
- ContainmentType result
Summary
public ContainmentType Contains(BoundingFrustum frustum)
Tests whether the BoundingBox contains a BoundingFrustum.
Returns
Parameters
- BoundingFrustum frustum
Summary
public ContainmentType Contains(Vector3 point)
Tests whether the BoundingBox contains a point.
Returns
Parameters
- Vector3 point
Summary
public ContainmentType Contains(Vector3D point)
Returns
Parameters
- Vector3D point
Summary
public void Contains(ref Vector3 point, out ContainmentType result)
Tests whether the BoundingBox contains a point.
Parameters
- Vector3 point
- ContainmentType result
Summary
public ContainmentType Contains(BoundingSphere sphere)
Tests whether the BoundingBox contains a BoundingSphere.
Returns
Parameters
- BoundingSphere sphere
Summary
public void Contains(ref BoundingSphere sphere, out ContainmentType result)
Tests whether the BoundingBox contains a BoundingSphere.
Parameters
- BoundingSphere sphere
- ContainmentType result