# Print output for @column tags ?>
public
class
Int3
extends Object
java.lang.Object | |
↳ | android.renderscript.Int3 |
This class is deprecated.
Renderscript has been deprecated in API level 31. Please refer to the migration
guide for the proposed alternatives.
Vector version of the basic int type. Provides three int fields packed.
Fields | |
---|---|
public
int |
x
|
public
int |
y
|
public
int |
z
|
Public constructors | |
---|---|
Int3()
|
|
Int3(int x, int y, int z)
|
Inherited methods | |
---|---|
public int x
public int y
public int z
public Int3 ()
public Int3 (int x, int y, int z)
Parameters | |
---|---|
x |
int |
y |
int |
z |
int |