|
Scribus
Open source desktop publishing at your fingertips
|
Public Member Functions | |
| FitVector (const QPointF &p) | |
| FitVector (const QPointF &a, const QPointF &b) | |
| void | normalize () |
| void | negate () |
| void | scale (double s) |
| double | dot (const FitVector &v) |
| double | length () |
| QPointF | operator+ (const QPointF &p) |
Public Attributes | |
| double | m_X |
| double | m_Y |