Package org.jlab.geom.prim
Class Transformation3D.TranslationXYZ
java.lang.Object
org.jlab.geom.prim.Transformation3D.TranslationXYZ
- All Implemented Interfaces:
- Transformation3D.Transform
- Enclosing class:
- Transformation3D
public static class Transformation3D.TranslationXYZ
extends Object
implements Transformation3D.Transform
A translation transformation.
- 
Method Summary
- 
Method Details- 
applyDescription copied from interface:Transformation3D.TransformModifies the givenTransformableobject by applying the transformation represented by this transform.- Specified by:
- applyin interface- Transformation3D.Transform
- Parameters:
- obj- the object to apply the transform to
 
- 
inverseDescription copied from interface:Transformation3D.TransformConstructs a newTransformthat is the inverse of this transform.- Specified by:
- inversein interface- Transformation3D.Transform
- Returns:
- the inverse of this transform
 
- 
toString
- 
getName- Specified by:
- getNamein interface- Transformation3D.Transform
 
- 
getValuepublic double getValue(int index) - Specified by:
- getValuein interface- Transformation3D.Transform
 
 
-