Contains
Summary
public ContainmentType Contains(BoundingBoxD box)
Checks whether the current BoundingSphereD contains the specified BoundingBoxD.
Returns
Parameters
- BoundingBoxD box
Summary
public void Contains(ref BoundingBoxD box, out ContainmentType result)
Checks whether the current BoundingSphereD contains the specified BoundingBoxD.
Parameters
- BoundingBoxD box
- ContainmentType result
Summary
public ContainmentType Contains(MyOrientedBoundingBoxD obox)
Checks whether the current BoundingSphereD contains the specified MyOrientedBoundingBoxD.
Returns
Parameters
Summary
public void Contains(ref MyOrientedBoundingBoxD obox, out ContainmentType result)
Checks whether the current BoundingSphereD contains the specified MyOrientedBoundingBoxD.
Parameters
- MyOrientedBoundingBoxD obox
- ContainmentType result
Summary
public ContainmentType Contains(BoundingFrustumD frustum)
Checks whether the current BoundingSphereD contains the specified BoundingFrustum.
Returns
Parameters
- BoundingFrustumD frustum
Summary
public ContainmentType Contains(Vector3D point)
Checks whether the current BoundingSphereD contains the specified point.
Returns
Parameters
- Vector3D point
Summary
public void Contains(ref Vector3D point, out ContainmentType result)
Checks whether the current BoundingSphereD contains the specified point.
Parameters
- Vector3D point
- ContainmentType result
Summary
public ContainmentType Contains(BoundingSphereD sphere)
Checks whether the current BoundingSphereD contains the specified BoundingSphereD.
Returns
Parameters
- BoundingSphereD sphere
Summary
public void Contains(ref BoundingSphereD sphere, out ContainmentType result)
Checks whether the current BoundingSphereD contains the specified BoundingSphereD.
Parameters
- BoundingSphereD sphere
- ContainmentType result