|
#include "MoveTCPToTarget.h"
#include <VirtualRobot/MathTools.h>
#include <VirtualRobot/RobotNodeSet.h>
#include <ArmarXCore/core/time/CycleUtil.h>
#include "MotionControlGroupStatechartContext.h"
Go to the source code of this file.
Functions | |
Eigen::Vector3f | Get (const Eigen::Vector3f &p1, const Eigen::Vector3f &p2, float t) |
Eigen::Vector3f | GetClosestPoint (const Eigen::Vector3f &p1, const Eigen::Vector3f &p2, const Eigen::Vector3f &p) |
float | GetT (const Eigen::Vector3f &p1, const Eigen::Vector3f &p2, const Eigen::Vector3f &p) |
Eigen::Vector3f Get | ( | const Eigen::Vector3f & | p1, |
const Eigen::Vector3f & | p2, | ||
float | t | ||
) |
Eigen::Vector3f GetClosestPoint | ( | const Eigen::Vector3f & | p1, |
const Eigen::Vector3f & | p2, | ||
const Eigen::Vector3f & | p | ||
) |
float GetT | ( | const Eigen::Vector3f & | p1, |
const Eigen::Vector3f & | p2, | ||
const Eigen::Vector3f & | p | ||
) |