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 Single C# public Single M34; C++ public: Single M34; JScript public var M34 : Single
Field Value
System.Single
A Single 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.