The members of Android.Renderscripts.Matrix2f are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Get(int, int)Returns the value for a given row and column | ||
GetArray()Return a reference to the internal array representing matrix values. | ||
Load(Matrix2f)Sets the values of the matrix to those of the parameter | ||
LoadIdentity()Sets the matrix values to identity | ||
LoadMultiply(Matrix2f, Matrix2f)Sets current values to be the result of multiplying two given matrices | ||
LoadRotate(float)Sets current values to be a rotation matrix of given angle | ||
LoadScale(float, float)Sets current values to be a scale matrix of given dimensions | ||
Multiply(Matrix2f)Post-multiplies the current matrix by a given parameter | ||
Rotate(float)Modifies the current matrix by post-multiplying it with a rotation matrix of given angle | ||
Scale(float, float)Modifies the current matrix by post-multiplying it with a scale matrix of given dimensions | ||
Set(int, int, float)Sets the value for a given row and column | ||
Transpose()Sets the current matrix to its transpose |