Android.Renderscripts.Matrix2f: Method Members

The methods of Android.Renderscripts.Matrix2f are listed below. For a list of all members, see the Matrix2f Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Get(int, int) : float
Returns the value for a given row and column
GetArray() : float[]
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