LibreOffice Module basegfx (master) 1
|
Go to the source code of this file.
Classes | |
class | ThetaCompare< PointType > |
Functions | |
template<class PointType > | |
double | theta (const PointType &p1, const PointType &p2) |
template<class PointType , class CmpFunctor > | |
PointType::value_type | ccw (const PointType &p0, const PointType &p1, const PointType &p2, CmpFunctor &thetaCmp) |
Polygon2D | convexHull (const Polygon2D &rPoly) |
PointType::value_type ccw | ( | const PointType & | p0, |
const PointType & | p1, | ||
const PointType & | p2, | ||
CmpFunctor & | thetaCmp | ||
) |
Definition at line 66 of file convexhull.cxx.
Referenced by convexHull().
Definition at line 150 of file convexhull.cxx.
References ccw(), i, M, min(), N, result, x, and y.
Referenced by Impl_calcSafeParams(), Impl_calcSafeParams_clip(), Impl_calcSafeParams_focus(), and main().
double theta | ( | const PointType & | p1, |
const PointType & | p2 | ||
) |
Definition at line 26 of file convexhull.cxx.
Referenced by ThetaCompare< PointType >::operator()().