Index

C++ Code Documentation

motion::TransformXMoebiusParabolic2

Derived from: motion::TransformX

File: GEOM/motion/TransformX.H

public:
  • TransformXMoebiusParabolic2( uint n0, uint n1, uint n2, uint n3, Real u, Real v, 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, _n3;
  • Real _u, _v, _a;
  • bool _inverse;


motion::TransformXMoebiusParabolic2 GANG