This topic has not yet been rated - Rate this topic

Ray.Intersects Method (BoundingBox)

Checks whether the Ray intersects a specified BoundingBox.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public Nullable<float> Intersects (
         BoundingBox box
)

Parameters

box
The BoundingBox to check for intersection with the Ray.

Return Value

Distance at which the ray intersects the BoundingBox or null if there is no intersection.
Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone 7
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.