|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.geometry.transforms.Transform
edu.stanford.rsl.konrad.geometry.transforms.Translation
public class Translation
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 |
---|
public Translation(SimpleVector t)
public Translation(double... t)
Method Detail |
---|
public PointND transform(PointND point)
transform
in class Transform
public SimpleVector transform(SimpleVector dir)
transform
in class Transform
public Translation inverse()
inverse
in class Transform
public Transform clone()
clone
in class Transform
public SimpleVector getData()
getData
in class Transform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |