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