Contents
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.
- Author:
- jnhankins
-
Method Details
-
apply
Description copied from interface:Transformation3D.Transform
Modifies the givenTransformable
object by applying the transformation represented by this transform.- Specified by:
apply
in interfaceTransformation3D.Transform
- Parameters:
obj
- the object to apply the transform to
-
inverse
Description copied from interface:Transformation3D.Transform
Constructs a newTransform
that is the inverse of this transform.- Specified by:
inverse
in interfaceTransformation3D.Transform
- Returns:
- the inverse of this transform
-
toString
-
getName
- Specified by:
getName
in interfaceTransformation3D.Transform
-
getValue
public double getValue(int index) - Specified by:
getValue
in interfaceTransformation3D.Transform
-