kig
#include "object_constructor.h"
Include dependency graph for special_constructors.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BezierCurveTypeConstructor |
class | CocConstructor |
class | ConicRadicalConstructor |
class | GenericAffinityConstructor |
class | GenericIntersectionConstructor |
class | GenericProjectivityConstructor |
class | InversionConstructor |
class | LocusConstructor |
class | MeasureTransportConstructor |
class | MidPointOfTwoPointsConstructor |
class | OpenPolygonTypeConstructor |
class | PointSequenceConstructor |
class | PolygonBCVConstructor |
class | PolygonBNPTypeConstructor |
class | PolygonSideTypeConstructor |
class | PolygonVertexTypeConstructor |
class | RationalBezierCurveTypeConstructor |
class | TangentConstructor |
class | TestConstructor |
class | ThreeTwoOneIntersectionConstructor |
class | TwoOrOneIntersectionConstructor |
Functions | |
bool | coincidentPoints (const ObjectImp *p1, const ObjectImp *p2) |
bool | relativePrimes (int n, int p) |
std::vector< ObjectCalcer * > | removeDuplicatedPoints (std::vector< ObjectCalcer * > points) |
Function Documentation
Definition at line 132 of file special_constructors.cc.
bool relativePrimes | ( | int | n, |
int | p | ||
) |
Definition at line 2304 of file special_constructors.cc.
std::vector<ObjectCalcer*> removeDuplicatedPoints | ( | std::vector< ObjectCalcer * > | points | ) |
Definition at line 115 of file special_constructors.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.