Engauge Digitizer 2
|
#include "CallbackUpdateTransform.h"
#include "Document.h"
#include "EngaugeAssert.h"
#include "FormatCoordsUnits.h"
#include "Logger.h"
#include <QDebug>
#include <qmath.h>
#include <QObject>
#include <QtGlobal>
#include "QtToString.h"
#include "Transformation.h"
Go to the source code of this file.
Functions | |
ostringstream & | operator<< (ostringstream &strOuter, const Transformation &transformation) |
Variables | |
const int | PRECISION_DIGITS = 4 |
Max number of significant digits. | |
const double | PI = 3.1415926535 |
const double | ZERO_OFFSET_AFTER_LOG = 1 |
ostringstream & operator<< | ( | ostringstream & | strOuter, |
const Transformation & | transformation ) |
Definition at line 277 of file Transformation.cpp.
Definition at line 25 of file Transformation.cpp.
Max number of significant digits.
Number of pixels in each direction should just fit into this number of characters.
Definition at line 23 of file Transformation.cpp.
Definition at line 26 of file Transformation.cpp.