#include <linear_algebra.h>
|
| Line3d (const Eigen::Vector3d &p1, const Eigen::Vector3d &p2) |
|
void | DistancePoint2Line (const Eigen::Vector3d &point, double *dist) |
|
|
Eigen::Vector3d | p0_ |
|
Eigen::Vector3d | vec_ |
|
◆ Line3d()
algebra_3d::Line3d::Line3d |
( |
const Eigen::Vector3d & |
p1, |
|
|
const Eigen::Vector3d & |
p2 |
|
) |
| |
|
inline |
◆ DistancePoint2Line()
void algebra_3d::Line3d::DistancePoint2Line |
( |
const Eigen::Vector3d & |
point, |
|
|
double * |
dist |
|
) |
| |
|
inline |
◆ p0_
Eigen::Vector3d algebra_3d::Line3d::p0_ |
◆ vec_
Eigen::Vector3d algebra_3d::Line3d::vec_ |
The documentation for this class was generated from the following file: