VRageMath.BoundingFrustum.Contains - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingFrustum
public ContainmentType Contains(ref BoundingBox box)
Checks whether the current BoundingFrustum contains the specified BoundingBox.
- BoundingBox box
public void Contains(ref BoundingBox box, out ContainmentType result)
Checks whether the current BoundingFrustum contains the specified BoundingBox.
- BoundingBox box
- ContainmentType result
public ContainmentType Contains(BoundingFrustum frustum)
Checks whether the current BoundingFrustum contains the specified BoundingFrustum.
- BoundingFrustum frustum
public ContainmentType Contains(Vector3 point)
Checks whether the current BoundingFrustum contains the specified point.
- Vector3 point
public void Contains(ref Vector3 point, out ContainmentType result)
Checks whether the current BoundingFrustum contains the specified point.
- Vector3 point
- ContainmentType result
public ContainmentType Contains(BoundingSphere sphere)
Checks whether the current BoundingFrustum contains the specified BoundingSphere.
- BoundingSphere sphere
public void Contains(ref BoundingSphere sphere, out ContainmentType result)
Checks whether the current BoundingFrustum contains the specified BoundingSphere.
- BoundingSphere sphere
- ContainmentType result