Index

C++ Code Documentation

motion::TransformXRotation2

Derived from: motion::TransformX

File: GEOM/motion/TransformX.H

public:
  • TransformXRotation2( uint n0, uint n1, uint n2, uint n3, Real a, Real b, GeometryGroup mode, bool is_translation, uint matrix_dim );
  • void to_matrix( math::Matrix<Real> & ) const;
  • void decay( Real decayfactor, Real clip );
protected:
private:
  • uint _n0, _n1, _n2, _n3;
  • Real _a, _b;


motion::TransformXRotation2 GANG