kig
goniometry.h
Go to the documentation of this file.
57 static double convert( const double angle, const Goniometry::System from, const Goniometry::System to );
Manage an angle and convert it from/to other goniometric systems.
Definition: goniometry.h:28
Definition: goniometry.h:31
void setSystem(Goniometry::System system)
Set the system of the current angle to system, but it doesn't convert the value to the new system...
Definition: goniometry.cc:59
static Goniometry::System intToSystem(const int index)
Definition: goniometry.cc:128
Goniometry()
This file is part of Kig, a KDE program for Interactive Geometry...
Definition: goniometry.cc:33
static QStringList systemList()
Get a list of the supported goniometric systems.
Definition: goniometry.cc:119
Definition: goniometry.h:31
static double convert(const double angle, const Goniometry::System from, const Goniometry::System to)
The most useful method of this class: convert the specified angle from the system from to the system ...
Definition: goniometry.cc:87
Definition: goniometry.h:31
void convertTo(Goniometry::System system)
Set the system of the current angle to system and convert the value to the new system using convert()...
Definition: goniometry.cc:64
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 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:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.