Microsoft DirectX 9.0 SDK Update (October 2004)

Matrix.M34 Field

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public M34 As Single
C# public Single M34;
Managed C++ public: Single M34;
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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