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