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