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 |
|
---|---|
From class java.lang.Object
|