Create pair of variables for use with a MocoPeriodicityGoal. 
#include <Moco/Moco/MocoGoal/MocoPeriodicityGoal.h>
|  | 
|  | OpenSim_DECLARE_PROPERTY (initial_variable, std::string, "Initial variable of the pair.") | 
|  | 
|  | OpenSim_DECLARE_PROPERTY (final_variable, std::string, "Final variable of the pair.") | 
|  | 
|  | OpenSim_DECLARE_PROPERTY (negate, bool, "Should the initial and final variables have opposite signs? " "Defaults to false.") | 
|  | 
|  | MocoPeriodicityGoalPair (std::string initialVariable, std::string finalVariable) | 
|  | 
|  | MocoPeriodicityGoalPair (std::string initialVariableIsFinalVariable) | 
|  | 
The documentation for this class was generated from the following file: