Uses of Class
eu.mihosoft.vrl.v3d.Transform
Packages that use Transform
Package
Description
-
Uses of Transform in eu.mihosoft.vrl.v3d
Methods in eu.mihosoft.vrl.v3d that return TransformModifier and TypeMethodDescriptionApplies the specified transform to this transform.Transform.invert()
Invert the transformationApplies a mirror operation to this transform.Transform.rot
(double x, double y, double z) Applies a rotation operation to this transform.Applies a rotation operation to this transform.Transform.rotX
(double angle) Applies rotation operation around the x axis to this transform.Transform.rotY
(double angle) Applies rotation operation around the y axis to this transform.Transform.rotZ
(double angle) Applies rotation operation around the z axis to this transform.Transform.scale
(double s) Applies a scale operation to this transform.Transform.scale
(double x, double y, double z) Applies a scale operation to this transform.Applies a scale operation to this transform.Transform.scaleX
(double s) Applies a scale operation (x axis) to this transform.Transform.scaleY
(double s) Applies a scale operation (y axis) to this transform.Transform.scaleZ
(double s) Applies a scale operation (z axis) to this transform.Transform.translate
(double x, double y, double z) Applies a translation operation to this transform.Applies a translation operation to this transform.Transform.translateX
(double value) Applies a translation operation to this transform.Transform.translateY
(double value) Applies a translation operation to this transform.Transform.translateZ
(double value) Applies a translation operation to this transform.static Transform
Transform.unity()
Returns a new unity transform.Methods in eu.mihosoft.vrl.v3d with parameters of type TransformModifier and TypeMethodDescriptionApplies the specified transform to this transform.void
Applies the specified transformation to this polygon.Applies the specified transformation to this vector.Applies the specified transformation to this vector.Applies the specified transform to this vertex.CSG.transformed
(Transform transform) Returns a transformed copy of this CSG.Polygon.transformed
(Transform transform) Returns a transformed copy of this polygon.Vector3d.transformed
(Transform transform) Returns a transformed copy of this vector.Vector3d.transformed
(Transform transform, double amount) Returns a transformed copy of this vector.Vertex.transformed
(Transform transform) Applies the specified transform to a copy of this vertex. -
Uses of Transform in org.jlab.detector.geant4.v2.SVT
Methods in org.jlab.detector.geant4.v2.SVT that return TransformModifier and TypeMethodDescriptionstatic Transform
SVTConstants.getDetectorFrame
(int aRegion, int aSector, double aRadius, double aZ) Returns a transformation from the local frame to the ideal lab frame (not accounting for shifts and rotations), for a given sector module.static Transform
SVTConstants.getStripFrame
(boolean aFlip) Returns a transformation for the strip frame to the local frame. -
Uses of Transform in org.jlab.detector.volume
Methods in org.jlab.detector.volume that return TransformModifier and TypeMethodDescriptionGeant4Basic.getGlobalTransform()
Geant4Basic.getLocalTransform()
-
Uses of Transform in org.jlab.geometry.prim
Methods in org.jlab.geometry.prim with parameters of type Transform