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