![]() |
QCAD
Open Source 2D CAD
|
#include "../core_global.h"
Go to the source code of this file.
Classes | |
class | RMatrix |
Simple matrix class. More... | |
Macros | |
#define | RMATRIX_TOLERANCE 1.0e-8 |
Functions | |
RMatrix | operator* (double factor, const RMatrix &matrix) |
QCADCORE_EXPORT QDebug | operator<< (QDebug dbg, const RMatrix &m) |
Stream operator for QDebug. | |
#define RMATRIX_TOLERANCE 1.0e-8 |
QCADCORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const RMatrix & | m ) |
Stream operator for QDebug.