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

VRageMath.BoundingFrustumD.Contains

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

IndexNamespace IndexBoundingFrustumD

Summary

public ContainmentType Contains(BoundingBoxD box)

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

Returns

ContainmentType

Parameters

Summary

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

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

Parameters

Summary

public ContainmentType Contains(BoundingFrustumD frustum)

Checks whether the current BoundingFrustumD contains the specified BoundingFrustumD.

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(Vector3D point)

Checks whether the current BoundingFrustumD contains the specified point.

Returns

ContainmentType

Parameters

Summary

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

Checks whether the current BoundingFrustumD contains the specified point.

Parameters

Summary

public ContainmentType Contains(BoundingSphereD sphere)

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

Returns

ContainmentType

Parameters

Summary

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

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

Parameters

Clone this wiki locally