Contains
Summary
public ContainmentType Contains(BoundingBoxD box)
Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.
Returns
Parameters
- BoundingBoxD box
Summary
public void Contains(ref BoundingBoxD box, out ContainmentType result)
Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.
Parameters
- BoundingBoxD box
- ContainmentType result
Summary
public ContainmentType Contains(BoundingFrustumD frustum)
Checks whether the current BoundingFrustumD contains the specified BoundingFrustumD.
Returns
Parameters
- BoundingFrustumD frustum
Summary
public ContainmentType Contains(Vector3D point)
Checks whether the current BoundingFrustumD contains the specified point.
Returns
Parameters
- Vector3D point
Summary
public void Contains(ref Vector3D point, out ContainmentType result)
Checks whether the current BoundingFrustumD contains the specified point.
Parameters
- Vector3D point
- ContainmentType result
Summary
public ContainmentType Contains(BoundingSphereD sphere)
Checks whether the current BoundingFrustumD contains the specified BoundingSphere.
Returns
Parameters
- BoundingSphereD sphere
Summary
public void Contains(ref BoundingSphereD sphere, out ContainmentType result)
Checks whether the current BoundingFrustumD contains the specified BoundingSphere.
Parameters
- BoundingSphereD sphere
- ContainmentType result