All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.renderscript.Matrix3f Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.renderscript;
public class Matrix3f
{
public  Matrix3f() { throw new RuntimeException("Stub!"); }
public  Matrix3f(float[] dataArray) { throw new RuntimeException("Stub!"); }
public  float[] getArray() { throw new RuntimeException("Stub!"); }
public  float get(int i, int j) { throw new RuntimeException("Stub!"); }
public  void set(int i, int j, float v) { throw new RuntimeException("Stub!"); }
public  void loadIdentity() { throw new RuntimeException("Stub!"); }
public  void load(android.renderscript.Matrix3f src) { throw new RuntimeException("Stub!"); }
public  void loadRotate(float rot, float x, float y, float z) { throw new RuntimeException("Stub!"); }
public  void loadRotate(float rot) { throw new RuntimeException("Stub!"); }
public  void loadScale(float x, float y) { throw new RuntimeException("Stub!"); }
public  void loadScale(float x, float y, float z) { throw new RuntimeException("Stub!"); }
public  void loadTranslate(float x, float y) { throw new RuntimeException("Stub!"); }
public  void loadMultiply(android.renderscript.Matrix3f lhs, android.renderscript.Matrix3f rhs) { throw new RuntimeException("Stub!"); }
public  void multiply(android.renderscript.Matrix3f rhs) { throw new RuntimeException("Stub!"); }
public  void rotate(float rot, float x, float y, float z) { throw new RuntimeException("Stub!"); }
public  void rotate(float rot) { throw new RuntimeException("Stub!"); }
public  void scale(float x, float y) { throw new RuntimeException("Stub!"); }
public  void scale(float x, float y, float z) { throw new RuntimeException("Stub!"); }
public  void translate(float x, float y) { throw new RuntimeException("Stub!"); }
public  void transpose() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy