Class android.renderscript.Matrix2f

Now deprecated.

Changed Constructors
Matrix2f() Now deprecated.
 
Matrix2f(float[]) Now deprecated.
 
 

Changed Methods
float get(int, int) Now deprecated.
 
float[] getArray() Now deprecated.
 
void load(Matrix2f) Now deprecated.
 
void loadIdentity() Now deprecated.
 
void loadMultiply(Matrix2f, Matrix2f) Now deprecated.
 
void loadRotate(float) Now deprecated.
 
void loadScale(float, float) Now deprecated.
 
void multiply(Matrix2f) Now deprecated.
 
void rotate(float) Now deprecated.
 
void scale(float, float) Now deprecated.
 
void set(int, int, float) Now deprecated.
 
void transpose() Now deprecated.