Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingSphereD.Contains

Malware edited this page May 13, 2024 · 17 revisions

IndexNamespace IndexBoundingSphereD

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

Clone this wiki locally