Summary

public ContainmentType Contains(BoundingBoxD box)

Checks whether the current BoundingSphereD contains the specified BoundingBoxD.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref BoundingBoxD box, out ContainmentType result)

Checks whether the current BoundingSphereD contains the specified BoundingBoxD.

Parameters

Summary

public ContainmentType Contains(MyOrientedBoundingBoxD obox)

Checks whether the current BoundingSphereD contains the specified MyOrientedBoundingBoxD.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref MyOrientedBoundingBoxD obox, out ContainmentType result)

Checks whether the current BoundingSphereD contains the specified MyOrientedBoundingBoxD.

Parameters

Summary

public ContainmentType Contains(BoundingFrustumD frustum)

Checks whether the current BoundingSphereD contains the specified BoundingFrustum.

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(Vector3D point)

Checks whether the current BoundingSphereD contains the specified point.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref Vector3D point, out ContainmentType result)

Checks whether the current BoundingSphereD contains the specified point.

Parameters

Summary

public ContainmentType Contains(BoundingSphereD sphere)

Checks whether the current BoundingSphereD contains the specified BoundingSphereD.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref BoundingSphereD sphere, out ContainmentType result)

Checks whether the current BoundingSphereD contains the specified BoundingSphereD.

Parameters