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