Uses of Interface
org.jlab.geom.prim.Transformation3D.Transform
Packages that use Transformation3D.Transform
-
Uses of Transformation3D.Transform in org.jlab.geom.geant
Methods in org.jlab.geom.geant with parameters of type Transformation3D.TransformModifier and TypeMethodDescriptionvoid
G4BaseVolume.addRotation
(Transformation3D.Transform tr1, Transformation3D.Transform tr2, Transformation3D.Transform tr3) -
Uses of Transformation3D.Transform in org.jlab.geom.prim
Classes in org.jlab.geom.prim that implement Transformation3D.TransformModifier and TypeClassDescriptionstatic class
A clockwise rotation around the x-axis.static class
A clockwise rotation around the y-axis.static class
A clockwise rotation around the z-axis.static class
A 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 newTransform
that 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
'sTransform
sequence.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.