Most visited

Recently visited

Short3

public class Short3
extends Object

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


用于将本机RenderScript short3类型显示回Android系统的类。

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!