Class Transformation3D.RotationZ
java.lang.Object
org.jlab.geom.prim.Transformation3D.RotationZ
- All Implemented Interfaces:
Transformation3D.Transform
- Enclosing class:
Transformation3D
A clockwise rotation around the z-axis.
- Author:
- jnhankins
-
Method Summary
-
Method Details
-
apply
Description copied from interface:Transformation3D.TransformModifies the givenTransformableobject by applying the transformation represented by this transform.- Specified by:
applyin interfaceTransformation3D.Transform- Parameters:
obj- the object to apply the transform to
-
inverse
Description copied from interface:Transformation3D.TransformConstructs a newTransformthat is the inverse of this transform.- Specified by:
inversein interfaceTransformation3D.Transform- Returns:
- the inverse of this transform
-
toString
-
getName
- Specified by:
getNamein interfaceTransformation3D.Transform
-
getValue
public double getValue(int index) - Specified by:
getValuein interfaceTransformation3D.Transform
-