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