|
vrcore
0.45
visuReal Messkern
|
Ebene. More...
#include <algorithms.h>
Public Member Functions | |
| Plane (const cv::Vec3d &normal, const double lambda) | |
| Plane (const cv::Vec3d &direction1, const cv::Vec3d &direction2, const cv::Vec3d &point) | |
| cv::Vec3d | getIntersection (const Line &line) const |
| Line | getIntersection (const Plane &plane) const |
| const cv::Vec3d & | getNormal () const |
| double | getLambda () const |
Friends | |
| class | Line |
Ebene.
Ebene, mit Funktionen, um Schnittpunkte mit Geraden und Schnittgeraden mit Ebenen zu bestimmen.