Sdílet prostřednictvím


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

Determines whether this Ray intersects a specified Plane.

Syntax

'Declaration
Public Sub Intersects ( _
         ref plane As Plane, _
         out result As Nullable(Of Single) _
)
public void Intersects (
         ref Plane plane,
         out Nullable<float> result
)
public:
void Intersects(
         ref Plane plane,
         out Nullable<float> result
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

Ray Structure
Ray Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone