Go to the source code of this file.
Namespaces | |
PointReduction | |
Functions | |
Real | PointReduction::sqr (Real a) |
Real | PointReduction::square (Real a) |
libMesh::Real | PointReduction::perpendicularDistance (const FunctionNode &point, const FunctionNode &begin, const FunctionNode &end) |
compute the perpendicular distance of a point P from a line defined by begin and end points. More... | |
void | PointReduction::douglasPeuckerRecurse (const FunctionNodeList &list, const Real epsilon, std::vector< bool > &keep, std::size_t begin, std::size_t end) |
FunctionNodeList | PointReduction::douglasPeucker (const FunctionNodeList &list, const Real epsilon) |