public class Short3
extends Object
| java.lang.Object | |
| android.support.v8.renderscript.Short3 | |
用于将本机RenderScript short3类型显示回Android系统的类。
Fields |
|
|---|---|
public short |
x |
public short |
y |
public short |
z |
Public constructors |
|
|---|---|
Short3() |
|
Short3(short initX, short initY, short initZ) |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
short x
short y
short z
Short3 ()
Short3 (short initX,
short initY,
short initZ)
| 参数(Parameters) | |
|---|---|
initX |
short
|
initY |
short
|
initZ |
short
|