This topic has not yet been rated - Rate this topic

Ray.Intersects Method (Plane, Nullable<Single>)

Determines whether this Ray intersects a specified Plane.

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

public void Intersects (
         ref Plane plane,
         out Nullable<float> result
)

Parameters

plane
Type: Plane
The Plane with which to calculate this Ray's intersection.
result
Type: Nullable<Single>
[OutAttribute] The distance at which this Ray intersects the specified Plane, or null if there is no intersection.
Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.