#include <OpenTissue/configuration.h>
#include <algorithm>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
Functions | |
template<typename vector3_iterator , typename vector3_container , typename vector3_type > | |
void | OpenTissue::geometry::graham_scan (vector3_iterator begin, vector3_iterator end, vector3_container &hull, vector3_type const &n) |
template<typename vector3_iterator , typename vector3_container > | |
void | OpenTissue::geometry::graham_scan (vector3_iterator begin, vector3_iterator end, vector3_container &hull) |