This topic has not yet been rated - Rate this topic

BoundingBox.Intersects Method

Checks whether the current BoundingBox intersects with another bounding volume.
NameDescription
BoundingBox.Intersects (BoundingBox) Checks whether the current BoundingBox intersects another BoundingBox.
BoundingBox.Intersects (BoundingBox, Boolean) Checks whether the current BoundingBox intersects another BoundingBox.
BoundingBox.Intersects (BoundingFrustum) Checks whether the current BoundingBox intersects a BoundingFrustum.
BoundingBox.Intersects (BoundingSphere)Checks whether the current BoundingBox intersects a BoundingSphere.
BoundingBox.Intersects (BoundingSphere, Boolean) Checks whether the current BoundingBox intersects a BoundingSphere.
BoundingBox.Intersects (Plane)Checks whether the current BoundingBox intersects a Plane.
BoundingBox.Intersects (Plane, PlaneIntersectionType) Checks whether the current BoundingBox intersects a Plane.
BoundingBox.Intersects (Ray) Checks whether the current BoundingBox intersects a Ray.
BoundingBox.Intersects (Ray, Nullable<Single>) Checks whether the current BoundingBox intersects a Ray.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.