Uses of Interface
org.jlab.geom.prim.Transformation3D.Transform
Packages that use Transformation3D.Transform
- 
Uses of Transformation3D.Transform in org.jlab.geom.geantMethods in org.jlab.geom.geant with parameters of type Transformation3D.TransformModifier and TypeMethodDescriptionvoidG4BaseVolume.addRotation(Transformation3D.Transform tr1, Transformation3D.Transform tr2, Transformation3D.Transform tr3) 
- 
Uses of Transformation3D.Transform in org.jlab.geom.primClasses in org.jlab.geom.prim that implement Transformation3D.TransformModifier and TypeClassDescriptionstatic classA clockwise rotation around the x-axis.static classA clockwise rotation around the y-axis.static classA clockwise rotation around the z-axis.static classA translation transformation.Methods in org.jlab.geom.prim that return Transformation3D.TransformModifier and TypeMethodDescriptionTransformation3D.RotationX.inverse()Transformation3D.RotationY.inverse()Transformation3D.RotationZ.inverse()Transformation3D.Transform.inverse()Constructs a newTransformthat is the inverse of this transform.Transformation3D.TranslationXYZ.inverse()Methods in org.jlab.geom.prim that return types with arguments of type Transformation3D.TransformModifier and TypeMethodDescriptionTransformation3D.transformSequence()Returns a reference to thisTransformation3D'sTransformsequence.Methods in org.jlab.geom.prim with parameters of type Transformation3D.TransformModifier and TypeMethodDescriptionTransformation3D.append(Transformation3D.Transform trans) Appends the given apply to this transformation.