kig
polygon_imp.cc File Reference
#include "polygon_imp.h"
#include <math.h>
#include "bogus_imp.h"
#include "line_imp.h"
#include "point_imp.h"
#include "bezier_imp.h"
#include "../misc/common.h"
#include "../misc/coordinate.h"
#include "../misc/kigpainter.h"
#include "../misc/kigtransform.h"
#include "../kig/kig_document.h"
#include "../kig/kig_view.h"
#include <klocale.h>
#include <cmath>
Include dependency graph for polygon_imp.cc:
Go to the source code of this file.
Functions | |
std::vector< Coordinate > | computeConvexHull (const std::vector< Coordinate > &points) |
Function Documentation
std::vector<Coordinate> computeConvexHull | ( | const std::vector< Coordinate > & | points | ) |
Definition at line 990 of file polygon_imp.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.