Plane.Plane Constructor

Language:

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 Single Leave Site value used to set the initial value of the A field.
valuePointB System.Single
A Single Leave Site value used to set the initial value of the B field.
valuePointC System.Single
A Single Leave Site value used to set the initial value of the C field.
valuePointD System.Single
A Single Leave Site value used to set the initial value of the D field.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center