VGM Version 5.5
Loading...
Searching...
No Matches
transform.h File Reference
#include "VGM/common/Transform.h"
#include "TGeoMatrix.h"

Go to the source code of this file.

Namespaces

namespace  RootGM
 VGM implementation for Root.

Functions

VGM::Transform RootGM::Transform (const TGeoMatrix &matrix)
VGM::Transform RootGM::TransformScale (const TGeoScale &scale)
VGM::Transform RootGM::Identity ()
bool RootGM::HasReflection (const TGeoMatrix &matrix)
TGeoMatrix * RootGM::CreateTransform (const VGM::Transform &transform)
TGeoScale * RootGM::CreateScale (const VGM::Transform &transform)
bool RootGM::HasReflection (const VGM::Transform &transform)
TGeoHMatrix RootGM::Displacement (TGeoShape *shape)
TGeoHMatrix RootGM::CompositeLeftTransform (TGeoShape *shape)
void RootGM::fromToRotation (double from[3], double to[3], double mtx[3][3])