public interface Transformation3D
Modifier and Type | Method and Description |
---|---|
Hep3Vector |
transformFrom(Hep3Vector vector)
Returns coordinates of a point in the original reference frame given its
coordinates in the transformed reference frame.
|
SymmetricMatrix |
transformFrom(SymmetricMatrix covMatrix)
Returns covariance matrix in the original reference frame given the
covariance matrix in the transformed reference frame.
|
SymmetricMatrix |
transformFrom(SymmetricMatrix covMatrix,
Hep3Vector vector)
Returns covariance matrix in the original reference frame given the
covariance matrix and position in the transformed reference frame.
|
Hep3Vector |
transformTo(Hep3Vector vector)
Returns coordinates of a point in the transformed reference frame given its
coordinates in the original reference frame.
|
SymmetricMatrix |
transformTo(SymmetricMatrix covMatrix)
Returns covariance matrix in the transformed reference frame given the
covariance matrix in the original reference frame.
|
SymmetricMatrix |
transformTo(SymmetricMatrix covMatrix,
Hep3Vector vector)
Returns covariance matrix in the transformed reference frame given the
covariance matrix and position in the original reference frame.
|
Hep3Vector transformTo(Hep3Vector vector)
Hep3Vector transformFrom(Hep3Vector vector)
SymmetricMatrix transformTo(SymmetricMatrix covMatrix)
SymmetricMatrix transformFrom(SymmetricMatrix covMatrix)
SymmetricMatrix transformTo(SymmetricMatrix covMatrix, Hep3Vector vector)
SymmetricMatrix transformFrom(SymmetricMatrix covMatrix, Hep3Vector vector)
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.