QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RMatrix.h File Reference
#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.
 

Macro Definition Documentation

◆ RMATRIX_TOLERANCE

#define RMATRIX_TOLERANCE   1.0e-8

Function Documentation

◆ operator*()

RMatrix operator* ( double factor,
const RMatrix & matrix )
Returns
$matrix \cdot factor$.

◆ operator<<()

QCADCORE_EXPORT QDebug operator<< ( QDebug dbg,
const RMatrix & m )

Stream operator for QDebug.