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

VRageMath.BoundingSphere.Contains

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexBoundingSphere

Summary

public ContainmentType Contains(BoundingBox box)

Checks whether the current BoundingSphere contains the specified BoundingBox.

Returns

ContainmentType

Parameters

Summary

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

Checks whether the current BoundingSphere contains the specified BoundingBox.

Parameters

Summary

public ContainmentType Contains(BoundingFrustum frustum)

Checks whether the current BoundingSphere contains the specified BoundingFrustum.

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(Vector3 point)

Checks whether the current BoundingSphere contains the specified point.

Returns

ContainmentType

Parameters

Summary

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

Checks whether the current BoundingSphere contains the specified point.

Parameters

Summary

public ContainmentType Contains(BoundingSphere sphere)

Checks whether the current BoundingSphere contains the specified BoundingSphere.

Returns

ContainmentType

Parameters

Summary

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

Checks whether the current BoundingSphere contains the specified BoundingSphere.

Parameters

Clone this wiki locally