Gets the element in the third row, third column.
Read-only property
[Visual Basic .NET] |
---|
Public Property M33() As Single |
[C#] |
---|
public float M33 {get;} |
[Managed C++] |
---|
public: __property float get_M33(); |
[Unmanaged C++] |
---|
public: HRESULT get_M33( float * pRetVal ); |
[Java] |
---|
public float getM33(); |