Matrix.M34 Field (Microsoft.DirectX)

Retrieves or sets the element in the third row and the fourth column of the matrix.

Definition

Visual Basic Public M34 As SingleLeave Site
C# public SingleLeave Site M34;
C++ public: SingleLeave Site M34;
JScript public var M34 : SingleLeave Site

Field Value

System.Single
A SingleLeave Site value that represents the third row and the fourth column of the matrix.

This field is read/write. 

Remarks

In Microsoft Direct3D, the M34 element of a projection matrix cannot be a negative number. If an application needs to use a negative value in this location, it should scale the entire projection matrix by -1 instead.