Index

C++ Code Documentation

motion::TransformXMoebiusParabolic1

Derived from: motion::TransformX

File: GEOM/motion/TransformX.H

public:
  • TransformXMoebiusParabolic1( uint n0, uint n1, uint n2, Real a, bool inverse, 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;
  • Real _a;
  • bool _inverse;


motion::TransformXMoebiusParabolic1 GANG