|
|
#include <RobotAPI/libraries/core/math/LinearizeAngularTrajectory.h>
Public Member Functions | |
| float | getLinearValue () |
| LinearizeAngularTrajectory (float initialLinearValue) | |
| float | update (float angle) |
Static Public Member Functions | |
| static std::vector< float > | Angularize (const std::vector< float > &data, float center=0) |
| static void | AngularizeRef (std::vector< float > &data, float center=0) |
| static std::vector< float > | Linearize (const std::vector< float > &data) |
| static void | LinearizeRef (std::vector< float > &data) |
Definition at line 34 of file LinearizeAngularTrajectory.h.
| LinearizeAngularTrajectory | ( | float | initialLinearValue | ) |
Definition at line 30 of file LinearizeAngularTrajectory.cpp.
Definition at line 80 of file LinearizeAngularTrajectory.cpp.
Here is the call graph for this function:Definition at line 92 of file LinearizeAngularTrajectory.cpp.
Here is the call graph for this function:| float getLinearValue | ( | ) |
Definition at line 43 of file LinearizeAngularTrajectory.cpp.
Definition at line 49 of file LinearizeAngularTrajectory.cpp.
Here is the call graph for this function:
|
static |
Definition at line 66 of file LinearizeAngularTrajectory.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 36 of file LinearizeAngularTrajectory.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: