Plane Constructor (Single, Single, Single, Single)

Creates a new instance of Plane.

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
)
public:
Plane(
         float a,
         float b,
         float c,
         float d
)

Parameters

  • a
    Type: Single
    X component of the normal defining the Plane.
  • b
    Type: Single
    Y component of the normal defining the Plane.
  • c
    Type: Single
    Z component of the normal defining the Plane.
  • d
    Type: Single
    Distance of the Plane along its normal from the origin.

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