FileDocCategorySizeDatePackage
Short3.javaAPI DocAndroid 5.1 API1051Thu Mar 12 22:22:56 GMT 2015android.support.v8.renderscript

Short3

public 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;
    
Methods Summary