NMPB08 Shared Libraries
|
Elementary path determination (3D -> 2D, convex hull) More...
#include <math.h>
#include <stdio.h>
#include "../PathStructures.h"
Go to the source code of this file.
Namespaces | |
namespace | ElementaryPathNMPB |
Functions | |
void | ElementaryPathNMPB::ConvexHull (vector< ProfilePointNMPB * > &pathItems, int n1, int n2, int level) |
Finds the convex hull of the screenItems vector. | |
void | ElementaryPathNMPB::SetElementaryPath (PropagationPath *path) |
Sets the elementary path for the given path (calculates convex hull and plane positions) |
Elementary path determination (3D -> 2D, convex hull)
Definition in file ElementaryPath.h.