hep.wired.feature
Interface Translateable3D

All Superinterfaces:
Feature, Translateable
All Known Subinterfaces:
Transformable3D

public interface Translateable3D
extends Translateable

Can translate in 3D.

Version:
$Id: Translateable3D.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

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

translate

void translate(double tx,
               double ty,
               double tz)
Translate over tx, ty and tz.


setTranslate

void setTranslate(double tx,
                  double ty,
                  double tz)
Set translate to tx, ty and tz.


getTranslate

double[] getTranslate()
Return current translation



Copyright © 1996-2013 FreeHEP. All Rights Reserved.