Plane Constructor (Single, Single, Single, Single)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a new instance of Plane.
Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Sub New ( _
    a As Single, _
    b As Single, _
    c As Single, _
    d As Single _
)
public Plane(
    float a,
    float b,
    float c,
    float d
)
Parameters
- a
 Type: System.Single
 X component of the normal defining the Plane.
- b
 Type: System.Single
 Y component of the normal defining the Plane.
- c
 Type: System.Single
 Z component of the normal defining the Plane.
- d
 Type: System.Single
 Distance of the Plane along its normal from the origin.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.