Matrix.M34 Field

Language:

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

Definition

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

Field Value

System.Single
A Single Leave 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.


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