public class Int4
extends Object
| java.lang.Object | |
| ↳ | android.renderscript.Int4 |
基本int类型的矢量版本。 提供四个包装的int字段。
Fields |
|
|---|---|
public int |
w |
public int |
x |
public int |
y |
public int |
z |
Public constructors |
|
|---|---|
Int4() |
|
Int4(int x, int y, int z, int w) |
|
Inherited methods |
|
|---|---|
java.lang.Object
|
|