Most visited

Recently visited

Short3

public class Short3
extends Object

java.lang.Object
   ↳ android.support.v8.renderscript.Short3


Class for exposing the native RenderScript short3 type back to the Android system.

Summary

Fields

public short x

public short y

public short z

Public constructors

Short3()
Short3(short initX, short initY, short initZ)

Inherited methods

From class java.lang.Object

Fields

x

short x

y

short y

z

short z

Public constructors

Short3

Short3 ()

Short3

Short3 (short initX, 
                short initY, 
                short initZ)

Parameters
initX short
initY short
initZ short

Hooray!