Share via


Plane.Plane(Single,Single,Single,Single) Constructor (Microsoft.DirectX)

Initializes a new instance of the Plane class.

Definition

Visual Basic Public Sub New( _
    ByVal valuePointA As Single, _
    ByVal valuePointB As Single, _
    ByVal valuePointC As Single, _
    ByVal valuePointD As Single _
)
C# public Plane(
    float valuePointA,
    float valuePointB,
    float valuePointC,
    float valuePointD
);
C++ public:
 Plane(
    float valuePointA,
    float valuePointB,
    float valuePointC,
    float valuePointD
);
JScript public function Plane(
    valuePointA : float,
    valuePointB : float,
    valuePointC : float,
    valuePointD : float
);

Parameters

valuePointA System.Single
A SingleLeave Site value used to set the initial value of the A field.
valuePointB System.Single
A SingleLeave Site value used to set the initial value of the B field.
valuePointC System.Single
A SingleLeave Site value used to set the initial value of the C field.
valuePointD System.Single
A SingleLeave Site value used to set the initial value of the D field.