Int2public class Int2 extends Object Class for exposing the native RenderScript int2 type back to the Android system. |
Fields Summary |
---|
public int | x | public int | y |
Constructors Summary |
---|
public Int2()
| public Int2(int initX, int initY)
x = initX;
y = initY;
|
|