Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathPoint.cpp File Reference
#include "KoPathPoint.h"
#include "KoPathShape.h"
#include <FlakeDebug.h>
#include <QPainter>
#include <QPointF>
#include <KisHandlePainterHelper.h>
#include <math.h>
#include <qnumeric.h>

Go to the source code of this file.

Classes

class  KoPathPoint
 A KoPathPoint represents a point in a path. More...
 

Functions

static bool qIsNaNPoint (const QPointF &p)
 

Function Documentation

◆ qIsNaNPoint()

static bool qIsNaNPoint ( const QPointF & p)
static

Definition at line 20 of file KoPathPoint.cpp.

20 {
21 return qIsNaN(p.x()) || qIsNaN(p.y());
22}
const Params2D p

References p.