public
class
Int3
extends Object
| java.lang.Object | |
| ↳ | android.support.v8.renderscript.Int3 |
Class for exposing the native RenderScript int3 type back to the Android system.
Fields | |
|---|---|
public
int |
x
|
public
int |
y
|
public
int |
z
|
Public constructors | |
|---|---|
Int3()
|
|
Int3(int initX, int initY, int initZ)
|
|
Inherited methods | |
|---|---|
java.lang.Object
| |
int x
int y
int z
Int3 ()
Int3 (int initX,
int initY,
int initZ)
| Parameters | |
|---|---|
initX |
int
|
initY |
int
|
initZ |
int
|