Parasol Planning Library (PPL)
RotationThenTranslation.h
Go to the documentation of this file.
1 #ifndef PMPL_ROTATION_THEN_TRANSLATION_H_
2 #define PMPL_ROTATION_THEN_TRANSLATION_H_
3 
4 #include "BasicExtender.h"
5 
21  public:
24 
28 
30 
32 
33  virtual ~RotationThenTranslation() = default;
34 
38 
39  virtual bool Extend(const Cfg& _start,
40  const Cfg& _end,
41  Cfg& _new,
42  LPOutput& _lp) override;
43 
45 };
46 
47 #endif
Definition: BasicExtender.h:16
Definition: Cfg.h:38
Definition: RotationThenTranslation.h:20
virtual ~RotationThenTranslation()=default
RotationThenTranslation()
Definition: RotationThenTranslation.cpp:5
virtual bool Extend(const Cfg &_start, const Cfg &_end, Cfg &_new, LPOutput &_lp) override
Definition: RotationThenTranslation.cpp:16
Definition: XMLNode.h:27
Definition: LPOutput.h:24