Transposes a 4 x 4 matrix.
Syntax
[Android.Runtime.Register("transposeM", "([FI[FI)V", "")]
public static
void TransposeM (
float[] mTrans,
int mTransOffset,
float[] m,
int mOffset)
Parameters
- mTrans
- the array that holds the output transposed matrix
- mTransOffset
- an offset into mTrans where the transposed matrix is
stored.
- m
- the input array
- mOffset
- an offset into m where the input matrix is stored.
Remarks
Requirements
Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1