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 |
|
---|---|
From class java.lang.Object
|
short x
short y
short z
Short3 ()
Short3 (short initX, short initY, short initZ)
Parameters | |
---|---|
initX |
short
|
initY |
short
|
initZ |
short
|