Krita Source Code Documentation
Loading...
Searching...
No Matches
KisBezierPatch.cpp File Reference
#include "KisBezierPatch.h"
#include <QtMath>
#include <kis_algebra_2d.h>
#include "KisBezierUtils.h"
#include "kis_debug.h"

Go to the source code of this file.

Functions

QDebug operator<< (QDebug dbg, const KisBezierPatch &p)
 

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const KisBezierPatch & p )

Definition at line 206 of file KisBezierPatch.cpp.

206 {
207 dbg.nospace() << "Patch " << p.srcBoundingRect() << " -> " << p.dstBoundingRect() << "\n";
208 dbg.nospace() << " ( " << p.points[KisBezierPatch::TL] << " "<< p.points[KisBezierPatch::TR] << " " << p.points[KisBezierPatch::BL] << " " << p.points[KisBezierPatch::BR] << ") ";
209 return dbg.nospace();
210}
const Params2D p

References KisBezierPatch::BL, KisBezierPatch::BR, p, KisBezierPatch::TL, and KisBezierPatch::TR.