QCAD
Open Source 2D CAD
RMatrix.cpp File Reference
#include <cassert>
#include "RDebug.h"
#include "RMatrix.h"

Functions

RMatrix operator* (double factor, const RMatrix &matrix)
 
QDebug operator<< (QDebug dbg, const RMatrix &m)
 Stream operator for QDebug. More...
 

Function Documentation

◆ operator*()

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

◆ operator<<()

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

Stream operator for QDebug.