#include <Line.hpp>
Public Member Functions | |
double | calculatedH (double x0, double y0, double z0) const |
double | calculatedV (double x0, double y0, double z0) const |
double | gamma () |
const Eigen::Vector3d & | getT1 () |
const Eigen::Vector3d & | getT2 () |
Line () | |
void | setLine (const Eigen::Vector3d &T1, const Eigen::Vector3d &T2) |
double | xi () |
Protected Attributes | |
double | Gamma |
Eigen::Vector3d | T1 |
Eigen::Vector3d | T2 |
double | Xi |
Private Types | |
enum | { xp, yp, zp } |
labust::math::Line::Line | ( | ) | [inline] |
double labust::math::Line::calculatedH | ( | double | x0, |
double | y0, | ||
double | z0 | ||
) | const [inline] |
double labust::math::Line::calculatedV | ( | double | x0, |
double | y0, | ||
double | z0 | ||
) | const [inline] |
double labust::math::Line::gamma | ( | ) | [inline] |
const Eigen::Vector3d& labust::math::Line::getT1 | ( | ) | [inline] |
const Eigen::Vector3d& labust::math::Line::getT2 | ( | ) | [inline] |
void labust::math::Line::setLine | ( | const Eigen::Vector3d & | T1, |
const Eigen::Vector3d & | T2 | ||
) | [inline] |
double labust::math::Line::xi | ( | ) | [inline] |
double labust::math::Line::Gamma [protected] |
Eigen::Vector3d labust::math::Line::T1 [protected] |
Eigen::Vector3d labust::math::Line::T2 [protected] |
double labust::math::Line::Xi [protected] |