Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
PathCutting.cpp File Reference

Go to the source code of this file.

Functions

static int CmpPosition (const void *p1, const void *p2)
 
static int CmpCurv (const void *p1, const void *p2)
 
template<typename T >
static T square (T x)
 

Function Documentation

◆ CmpCurv()

static int CmpCurv ( const void *  p1,
const void *  p2 
)
static

Definition at line 782 of file PathCutting.cpp.

Referenced by Path::CurvilignToPosition().

◆ CmpPosition()

static int CmpPosition ( const void *  p1,
const void *  p2 
)
static

Definition at line 773 of file PathCutting.cpp.

References Path::cut_position::piece, and Path::cut_position::t.

Referenced by Path::ConvertPositionsToForced().

◆ square()

template<typename T >
static T square ( x)
inlinestatic

Definition at line 854 of file PathCutting.cpp.