Plane Constructor (Vector3, Single)

Creates a new instance of Plane.

Syntax

'Declaration
Public Sub New ( _
         normal As Vector3, _
         d As Single _
)
public Plane (
         Vector3 normal,
         float d
)
public:
Plane(
         Vector3 normal,
         float d
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

Plane Structure
Plane Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone