public class Short3
extends Object
java.lang.Object | |
android.renderscript.Short3 |
基本短型的矢量版本。 提供三个简短的字段。
Fields |
|
---|---|
public short |
x |
public short |
y |
public short |
z |
Public constructors |
|
---|---|
Short3() |
|
Short3(short x, short y, short z) |
继承方法(Inherited methods) |
|
---|---|
![]() java.lang.Object
|
Short3 (short x, short y, short z)
参数(Parameters) | |
---|---|
x |
short
|
y |
short
|
z |
short
|