edu.stanford.rsl.konrad.geometry.transforms
Class Translation

java.lang.Object
  extended by edu.stanford.rsl.konrad.geometry.transforms.Transform
      extended by edu.stanford.rsl.konrad.geometry.transforms.Translation

public class Translation
extends Transform


Constructor Summary
Translation(double... t)
           
Translation(SimpleVector t)
           
 
Method Summary
 Transform clone()
           
 SimpleVector getData()
           
 Translation inverse()
           
 PointND transform(PointND point)
           
 SimpleVector transform(SimpleVector dir)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translation

public Translation(SimpleVector t)

Translation

public Translation(double... t)
Method Detail

transform

public PointND transform(PointND point)
Specified by:
transform in class Transform

transform

public SimpleVector transform(SimpleVector dir)
Specified by:
transform in class Transform

inverse

public Translation inverse()
Specified by:
inverse in class Transform

clone

public Transform clone()
Specified by:
clone in class Transform

getData

public SimpleVector getData()
Specified by:
getData in class Transform