kig
#include "special_constructors.h"
#include <math.h>
#include "calcpaths.h"
#include "common.h"
#include "conic-common.h"
#include "guiaction.h"
#include "kigpainter.h"
#include "../kig/kig_part.h"
#include "../kig/kig_document.h"
#include "../modes/construct_mode.h"
#include "../objects/special_imptypes.h"
#include "../objects/bogus_imp.h"
#include "../objects/centerofcurvature_type.h"
#include "../objects/circle_imp.h"
#include "../objects/conic_imp.h"
#include "../objects/conic_types.h"
#include "../objects/cubic_imp.h"
#include "../objects/intersection_types.h"
#include "../objects/inversion_type.h"
#include "../objects/line_imp.h"
#include "../objects/line_type.h"
#include "../objects/locus_imp.h"
#include "../objects/object_calcer.h"
#include "../objects/object_drawer.h"
#include "../objects/object_factory.h"
#include "../objects/object_holder.h"
#include "../objects/object_imp.h"
#include "../objects/object_type.h"
#include "../objects/other_imp.h"
#include "../objects/other_type.h"
#include "../objects/point_imp.h"
#include "../objects/point_type.h"
#include "../objects/polygon_imp.h"
#include "../objects/polygon_type.h"
#include "../objects/bezier_imp.h"
#include "../objects/bezier_type.h"
#include "../objects/tangent_type.h"
#include "../objects/text_imp.h"
#include "../objects/transform_types.h"
#include <qpen.h>
#include <klocale.h>
#include <algorithm>
#include <functional>
#include <iterator>
Go to the source code of this file.
Functions | |
bool | coincidentPoints (const ObjectImp *p1, const ObjectImp *p2) |
bool | relativePrimes (int n, int p) |
std::vector< ObjectCalcer * > | removeDuplicatedPoints (std::vector< ObjectCalcer * > points) |
Variables | |
static const struct ArgsParser::spec | argsspeccbli [] |
static const struct ArgsParser::spec | argsspeccci [] |
static const struct ArgsParser::spec | argsspeccli [] |
static const ArgsParser::spec | argsspecMidPointOfTwoPoints [] |
static const struct ArgsParser::spec | argsspecpp [] |
static const struct ArgsParser::spec | argsspecps [] |
static const struct ArgsParser::spec | argsspecpv [] |
static const ArgsParser::spec | argsspectc [] |
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.
Variable Documentation
|
static |
Definition at line 1896 of file special_constructors.cc.
|
static |
Definition at line 1905 of file special_constructors.cc.
|
static |
Definition at line 1887 of file special_constructors.cc.
|
static |
Definition at line 2062 of file special_constructors.cc.
|
static |
Definition at line 382 of file special_constructors.cc.
|
static |
Definition at line 821 of file special_constructors.cc.
|
static |
Definition at line 754 of file special_constructors.cc.
|
static |
Definition at line 1437 of file special_constructors.cc.
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.