Int4public class Int4 extends Object Class for exposing the native RenderScript int4 type back to the Android system. |
Fields Summary |
---|
public int | x | public int | y | public int | z | public int | w |
Constructors Summary |
---|
public Int4()
| public Int4(int initX, int initY, int initZ, int initW)
x = initX;
y = initY;
z = initZ;
w = initW;
|
|