# Print output for @column tags ?>
public
class
Short3
extends Object
| java.lang.Object | |
| ↳ | android.renderscript.Short3 |
Vector version of the basic short type. Provides three short fields packed.
Fields | |
|---|---|
public
short |
x
|
public
short |
y
|
public
short |
z
|
Public constructors | |
|---|---|
Short3()
|
|
Short3(short x, short y, short z)
|
|
Inherited methods | |
|---|---|
public short x
public short y
public short z
public Short3 ()
public Short3 (short x,
short y,
short z)
| Parameters | |
|---|---|
x |
short |
y |
short |
z |
short |