public class Int2
extends Object
| java.lang.Object | |
| ↳ | android.support.v8.renderscript.Int2 |
用于将本机RenderScript int2类型公开到Android系统的类。
Fields |
|
|---|---|
public int |
x |
public int |
y |
Public constructors |
|
|---|---|
Int2() |
|
Int2(int initX, int initY) |
|
Inherited methods |
|
|---|---|
java.lang.Object
|
|
int x
int y
Int2 ()
Int2 (int initX,
int initY)
| Parameters | |
|---|---|
initX |
int
|
initY |
int
|