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