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 ContainmentType Contains(BoundingBoxD box)

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref BoundingBoxD box, ref 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, ref 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, ref ContainmentType result)

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

Parameters

Clone this wiki locally