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

VRageMath.BoundingFrustumD.Contains

Malware edited this page Dec 25, 2018 · 16 revisions

IndexBoundingFrustumD

Summary

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

Checks whether the current BoundingFrustumD 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 BoundingFrustumD 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 BoundingFrustumD contains the specified BoundingFrustumD.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingFrustumD 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 BoundingFrustumD 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 BoundingFrustumD contains the specified BoundingSphere.

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 BoundingFrustumD contains the specified BoundingSphere.

Returns

Example

Remarks

Clone this wiki locally