Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingSphereD.Contains

Malware edited this page Dec 25, 2018 · 18 revisions

IndexBoundingSphereD

Summary

private public private public sealed enum.ContainmentType Contains(private public sealed struct.BoundingBoxD box)

Checks whether the current BoundingSphereD contains the specified BoundingBoxD.

Returns

Example

Remarks

Summary

private public void Contains(ref private public sealed struct.BoundingBoxD box, ref private public sealed enum.ContainmentType result)

Checks whether the current BoundingSphereD contains the specified BoundingBoxD.

Returns

Example

Remarks

Summary

private public private public sealed enum.ContainmentType Contains(private public class.BoundingFrustumD frustum)

Checks whether the current BoundingSphereD contains the specified BoundingFrustum.

Returns

Example

Remarks

Summary

private public private public sealed enum.ContainmentType Contains(private public sealed struct.Vector3D point)

Checks whether the current BoundingSphereD contains the specified point.

Returns

Example

Remarks

Summary

private public void Contains(ref private public sealed struct.Vector3D point, ref private public sealed enum.ContainmentType result)

Checks whether the current BoundingSphereD contains the specified point.

Returns

Example

Remarks

Summary

private public private public sealed enum.ContainmentType Contains(private public sealed struct.BoundingSphereD sphere)

Checks whether the current BoundingSphereD contains the specified BoundingSphereD.

Returns

Example

Remarks

Summary

private public void Contains(ref private public sealed struct.BoundingSphereD sphere, ref private public sealed enum.ContainmentType result)

Checks whether the current BoundingSphereD contains the specified BoundingSphereD.

Returns

Example

Remarks

Clone this wiki locally