Home
last modified time | relevance | path

Searched refs:CPIDControl (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleFlight.cxx28 class CPIDControl class
44 CPIDControl(double dKp, double dKd, double dKi);
49 CPIDControl::CPIDControl(double dKp, double dKd, double dKi) in CPIDControl() function in CPIDControl
64 double CPIDControl::PIDCalc(double dX, double dFinalX) in PIDCalc()
87 void CPIDControl::SetCoefficients(double dKp, double dKd, double dKi) in SetCoefficients()
115 PID_Yaw = new CPIDControl(-0.05, 0.0, -0.0008); in vtkInteractorStyleFlight()
116 PID_Pitch = new CPIDControl(-0.05, 0.0, -0.0008); in vtkInteractorStyleFlight()
H A DvtkInteractorStyleFlight.h44 class CPIDControl; variable
185 CPIDControl *PID_Yaw;
186 CPIDControl *PID_Pitch;
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleFlight.cxx28 class CPIDControl class
44 CPIDControl(double dKp, double dKd, double dKi);
49 CPIDControl::CPIDControl(double dKp, double dKd, double dKi) in CPIDControl() function in CPIDControl
64 double CPIDControl::PIDCalc(double dX, double dFinalX) in PIDCalc()
87 void CPIDControl::SetCoefficients(double dKp, double dKd, double dKi) in SetCoefficients()
114 PID_Yaw = new CPIDControl(-0.05, 0.0, -0.0008); in vtkInteractorStyleFlight()
115 PID_Pitch = new CPIDControl(-0.05, 0.0, -0.0008); in vtkInteractorStyleFlight()
H A DvtkInteractorStyleFlight.h44 class CPIDControl; variable
185 CPIDControl* PID_Yaw;
186 CPIDControl* PID_Pitch;
/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleFlight.cxx28 class CPIDControl class
44 CPIDControl(double dKp, double dKd, double dKi);
49 CPIDControl::CPIDControl(double dKp, double dKd, double dKi) in CPIDControl() function in CPIDControl
64 double CPIDControl::PIDCalc(double dX, double dFinalX) in PIDCalc()
87 void CPIDControl::SetCoefficients(double dKp, double dKd, double dKi) in SetCoefficients()
115 PID_Yaw = new CPIDControl(-0.05, 0.0, -0.0008); in vtkInteractorStyleFlight()
116 PID_Pitch = new CPIDControl(-0.05, 0.0, -0.0008); in vtkInteractorStyleFlight()
H A DvtkInteractorStyleFlight.h41 class CPIDControl; variable
155 CPIDControl *PID_Yaw;
156 CPIDControl *PID_Pitch;