|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Translateable3D
Can translate in 3D.
Method Summary | |
---|---|
double[] |
getTranslate()
Return current translation |
void |
setTranslate(double tx,
double ty,
double tz)
Set translate to tx, ty and tz. |
void |
translate(double tx,
double ty,
double tz)
Translate over tx, ty and tz. |
Methods inherited from interface hep.wired.feature.Translateable |
---|
getModelTranslation, getScreenTranslation |
Method Detail |
---|
void translate(double tx, double ty, double tz)
void setTranslate(double tx, double ty, double tz)
double[] getTranslate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |