|
QCAD Application Framework
CAD Application Development and Automation.
|
#include "RBox.h"#include "RDebug.h"#include "RLine.h"#include "RMath.h"#include "RMatrix.h"#include "RPolyline.h"#include "RVector.h"Functions | |
| RVector | operator* (double s, const RVector &v) |
| Multiplication operator. | |
| QDebug | operator<< (QDebug dbg, const RVector &v) |
| Stream operator for QDebug. | |
| QDataStream & | operator<< (QDataStream &stream, const RVector &vector) |
| Serializes the given RVector object. | |
| QDataStream & | operator>> (QDataStream &stream, RVector &vector) |
| Deserializes the given RColor object. | |
| QDebug operator<< | ( | QDebug | dbg, |
| const RVector & | v | ||
| ) |
Stream operator for QDebug.
| QDataStream& operator<< | ( | QDataStream & | stream, |
| const RVector & | vector | ||
| ) |