FileDocCategorySizeDatePackage
Matrix4f.javaAPI DocAndroid 5.1 API2122Sat Mar 14 14:09:38 GMT 2015android.renderscript

Matrix4f

public class Matrix4f extends Object

Fields Summary
Constructors Summary
public Matrix4f()

 throw new RuntimeException("Stub!"); 
public Matrix4f(float[] dataArray)

 throw new RuntimeException("Stub!"); 
Methods Summary
public floatget(int x, int y)

 throw new RuntimeException("Stub!"); 
public float[]getArray()

 throw new RuntimeException("Stub!"); 
public booleaninverse()

 throw new RuntimeException("Stub!"); 
public booleaninverseTranspose()

 throw new RuntimeException("Stub!"); 
public voidload(android.renderscript.Matrix4f src)

 throw new RuntimeException("Stub!"); 
public voidloadFrustum(float l, float r, float b, float t, float n, float f)

 throw new RuntimeException("Stub!"); 
public voidloadIdentity()

 throw new RuntimeException("Stub!"); 
public voidloadMultiply(android.renderscript.Matrix4f lhs, android.renderscript.Matrix4f rhs)

 throw new RuntimeException("Stub!"); 
public voidloadOrtho(float l, float r, float b, float t, float n, float f)

 throw new RuntimeException("Stub!"); 
public voidloadOrthoWindow(int w, int h)

 throw new RuntimeException("Stub!"); 
public voidloadPerspective(float fovy, float aspect, float near, float far)

 throw new RuntimeException("Stub!"); 
public voidloadProjectionNormalized(int w, int h)

 throw new RuntimeException("Stub!"); 
public voidloadRotate(float rot, float x, float y, float z)

 throw new RuntimeException("Stub!"); 
public voidloadScale(float x, float y, float z)

 throw new RuntimeException("Stub!"); 
public voidloadTranslate(float x, float y, float z)

 throw new RuntimeException("Stub!"); 
public voidmultiply(android.renderscript.Matrix4f rhs)

 throw new RuntimeException("Stub!"); 
public voidrotate(float rot, float x, float y, float z)

 throw new RuntimeException("Stub!"); 
public voidscale(float x, float y, float z)

 throw new RuntimeException("Stub!"); 
public voidset(int x, int y, float v)

 throw new RuntimeException("Stub!"); 
public voidtranslate(float x, float y, float z)

 throw new RuntimeException("Stub!"); 
public voidtranspose()

 throw new RuntimeException("Stub!");