|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.renderscript.Int3
public class Int3
Field Summary | |
---|---|
int |
x
|
int |
y
|
int |
z
|
Constructor Summary | |
---|---|
Int3()
|
|
Int3(int initX,
int initY,
int initZ)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int x
public int y
public int z
Constructor Detail |
---|
public Int3()
public Int3(int initX, int initY, int initZ)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |