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

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

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingFrustumD contains the specified BoundingFrustumD.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingFrustumD contains the specified point.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingFrustumD contains the specified point.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

Returns

Example

Remarks

Clone this wiki locally