21#ifndef ROOT_GM_TRANSFORM_H
22#define ROOT_GM_TRANSFORM_H
26#include "TGeoMatrix.h"
47void fromToRotation(
double from[3],
double to[3],
double mtx[3][3]);
VGM implementation for Root.
void fromToRotation(double from[3], double to[3], double mtx[3][3])
TGeoScale * CreateScale(const VGM::Transform &transform)
TGeoMatrix * CreateTransform(const VGM::Transform &transform)
VGM::Transform Identity()
TGeoHMatrix Displacement(TGeoShape *shape)
VGM::Transform Transform(const TGeoMatrix &matrix)
bool HasReflection(const TGeoMatrix &matrix)
VGM::Transform TransformScale(const TGeoScale &scale)
std::vector< double > Transform