public interface Translateable2D extends Translateable
Modifier and Type | Method and Description |
---|---|
double[] |
getTranslate()
Return current translation
|
void |
setTranslate(double tx,
double ty)
Set translate to tx and ty.
|
void |
translate(double tx,
double ty)
Translate over tx and ty.
|
getModelTranslation, getScreenTranslation
Copyright © 1996-2014 FreeHEP. All Rights Reserved.