Index

C++ Code Documentation

motion::TransformXRotation1

Derived from: motion::TransformX

File: GEOM/motion/TransformX.H

Derived classes

public:
  • TransformXRotation1( uint n0, uint n1, uint n2, Real u, Real v, Real a, GeometryGroup mode, bool is_translation, uint matrix_dim );
  • TransformXRotation1( uint n0, uint n2, Real a, GeometryGroup mode, bool is_translation, uint matrix_dim );
  • void to_matrix( math::Matrix<Real> & ) const;
  • void decay( Real decayfactor, Real clip );
protected:
private:
  • void set( uint n0, uint n1, uint n2, Real u, Real v, Real a, GeometryGroup mode, bool is_translation, uint matrix_dim );
  • uint _n0, _n1, _n2;
  • Real _u, _v, _a;


motion::TransformXRotation1 GANG