MCPcopy Create free account

hub / github.com/AngusJohnson/Clipper2 / functions

Functions1,204 in github.com/AngusJohnson/Clipper2

MethodIsFront
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:480
MethodIsHeadingClockwise
(Point64 pt1, Point64 pt2, int edgeIdx)
CSharp/Clipper2Lib/Clipper.RectClip.cs:171
MethodIsHeadingLeftHorz
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:523
MethodIsHeadingRightHorz
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:517
MethodIsHorizontal
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:511
MethodIsHorizontal
(Point64 pt1, Point64 pt2)
CSharp/Clipper2Lib/Clipper.RectClip.cs:276
MethodIsHorizontal
(Edge e)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:945
MethodIsHotEdge
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:447
MethodIsInList
(int num, int[] list)
CSharp/Tests/Tests1/Tests/TestPolygons.cs:10
FunctionIsInvalidPath
CPP/Clipper2Lib/src/clipper.engine.cpp:105
MethodIsJoined
(Active e)
CSharp/Clipper2Lib/Clipper.Engine.cs:2396
MethodIsLeftEdge
(Edge e)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:935
MethodIsLooseEdge
(Edge e)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:930
MethodIsMaxima
(Vertex vertex)
CSharp/Clipper2Lib/Clipper.Engine.cs:566
MethodIsOdd
(int val)
CSharp/Clipper2Lib/Clipper.Engine.cs:441
MethodIsOpen
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:453
MethodIsOpenEnd
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:459
MethodIsRightEdge
(Edge e)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:940
MethodIsSamePolyType
(Active ae1, Active ae2)
CSharp/Clipper2Lib/Clipper.Engine.cs:541
MethodIsValid
()
CSharp/Clipper2Lib/Clipper.Core.cs:300
MethodIsValid
CPP/Clipper2Lib/include/clipper2/clipper.core.h:329
MethodIsValidAelOrder
(Active resident, Active newcomer)
CSharp/Clipper2Lib/Clipper.Engine.cs:1080
MethodIsValidClosedPath
(OutPt? op)
CSharp/Clipper2Lib/Clipper.Engine.cs:2826
MethodIsValidOwner
(OutRec? outRec, OutRec? testOwner)
CSharp/Clipper2Lib/Clipper.Engine.cs:717
MethodIsValidRect
(RectD rec)
CSharp/Utils/SVG/Clipper.SVG.cs:149
MethodIsValidRect
(RectD rec)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:17
MethodIsVerySmallTriangle
(OutPt op)
CSharp/Clipper2Lib/Clipper.Engine.cs:2817
MethodJoinOutrecPaths
(Active ae1, Active ae2)
CSharp/Clipper2Lib/Clipper.Engine.cs:1396
MethodJoinOutrecPaths
CPP/Clipper2Lib/src/clipper.engine.cpp:1435
MethodLastFoundOffset
CPP/Utils/ClipFileSave.cpp:199
MethodLeftTurning
(in Point64 p1, in Point64 p2, in Point64 p3)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:950
MethodListEnumerator
(PooledList<T2> list)
CSharp/Clipper2Lib/PooledList.cs:275
FunctionLoadTest
CPP/Utils/ClipFileLoad.h:30
MethodLocalMinima
(Vertex vertex, PathType polytype, bool isOpen = false)
CSharp/Clipper2Lib/Clipper.Engine.cs:68
MethodLocalMinima
CPP/Clipper2Lib/include/clipper2/clipper.engine.h:135
MethodLogCPath
(T[] cpaths, ref int idx, string spaceIndent)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Core.cs:248
MethodLogCPaths
(T[]? cpaths, string spaceIndent)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Core.cs:261
MethodLogPolyPath
(T[] polypath, ref int idx, bool isHole, string spaceIndent, int precision)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Core.cs:329
MethodLogPolytree
(T[] polytree, int precision)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Core.cs:349
MethodMain
()
CSharp/Benchmark/Program.cs:11
MethodMain
///////////////
CSharp/Examples/RectClip/Main.cs:24
MethodMain
()
CSharp/Examples/ConsoleDemo/Main.cs:20
MethodMain
()
CSharp/Examples/InflateDemo/Main.cs:23
MethodMain
()
CSharp/Examples/USINGZ/Program.cs:42
MethodMain
()
CSharp/Examples/Triangulation/Main.cs:31
MethodMain
Main Entry ////////////////////////////////////////////////////////////
DLL/TEST_APPS/CSharp_TestApps/CSharp_TestApp/Program.cs:296
MethodMain
()
DLL/TEST_APPS/CSharp_TestApps/CSharp_TestApp2/Program.cs:67
FunctionMakePathZ
CPP/Clipper2Lib/include/clipper2/clipper.h:488
FunctionMakePathZD
CPP/Clipper2Lib/include/clipper2/clipper.h:501
MethodMakeRandomCPaths
(int width, int height, int count, Random rand, out T[] result)
DLL/TEST_APPS/CSharp_TestApps/CSharp_TestApp2/Program.cs:22
MethodMakeRandomPath
(int width, int height, int count, Random rand)
CSharp/Benchmark/Benchmarks.cs:95
MethodMakeRandomPath
(int width, int height, int count, Random rand)
CSharp/Examples/RectClip/Main.cs:122
FunctionMakeRandomPolyD
CPP/Utils/CommonUtils.h:23
MethodMakeRandomPt
[Benchmark] public void Union_N() { Clipper c = new Clipper(); c.AddSubject(_subj); c.AddClip(_cli
CSharp/Benchmark/Benchmarks.cs:88
MethodMakeRandomPt
(int maxWidth, int maxHeight, Random rand)
CSharp/Examples/RectClip/Main.cs:115
FunctionMeasurePerformance
CPP/Examples/RectClipping/RectClipping.cpp:156
MethodMergeDupOrCollinearVertices
()
CSharp/Clipper2Lib/Clipper.Triangulation.cs:254
MethodMergeDupOrCollinearVertices
CPP/Clipper2Lib/src/clipper.triangulation.cpp:607
FunctionMidPoint
CPP/Clipper2Lib/include/clipper2/clipper.core.h:278
MethodMidPoint
()
CSharp/Clipper2Lib/Clipper.Core.cs:305
MethodMinkowskiDiff
(Path64 pattern, Path64 path, bool isClosed)
CSharp/Clipper2Lib/Clipper.cs:240
FunctionMinkowskiDiff64
CPP/Clipper2Lib/include/clipper2/clipper.export.h:808
MethodMinkowskiInternal
(Path64 pattern, Path64 path, bool isSum, bool isClosed)
CSharp/Clipper2Lib/Clipper.Minkowski.cs:21
MethodMinkowskiSum
(Path64 pattern, Path64 path, bool isClosed)
CSharp/Clipper2Lib/Clipper.cs:230
FunctionMinkowskiSum64
CPP/Clipper2Lib/include/clipper2/clipper.export.h:800
MethodMiterLimit
CPP/Clipper2Lib/include/clipper2/clipper.offset.h:104
MethodMixEmptyState
()
CSharp/Clipper2Lib/HashCode.cs:92
MethodMixFinal
(uint hash)
CSharp/Clipper2Lib/HashCode.cs:97
MethodMoveNext
()
CSharp/Clipper2Lib/Clipper.Engine.cs:3476
MethodMoveNextRare
(int count)
CSharp/Clipper2Lib/PooledList.cs:302
MethodMoveSplits
(OutRec fromOr, OutRec toOr)
CSharp/Clipper2Lib/Clipper.Engine.cs:2737
MethodMultiplyUInt64
(ulong a, ulong b)
CSharp/Clipper2Lib/Clipper.Core.cs:580
MethodMyCallBack64
(Point64 e1bot, Point64 e1top, Point64 e2bot, Point64 e2top, ref Point64 ip)
DLL/TEST_APPS/CSharp_TestApps/CSharp_TestApp/Program.cs:25
MethodMyCallBackD
(PointD e1bot, PointD e1top, PointD e2bot, PointD e2top, ref PointD ip)
DLL/TEST_APPS/CSharp_TestApps/CSharp_TestApp/Program.cs:30
MethodMyCallback64
(Point64 bot1, Point64 top1, Point64 bot2, Point64 top2, ref Point64 intersectPt)
CSharp/Tests/Tests2/Tests/TestZCallback1.cs:14
MethodMyCallback64
(Point64 _, Point64 __, Point64 ___, Point64 ____, ref Point64 intersectPt)
CSharp/Examples/USINGZ/Program.cs:27
MethodMyCallbackD
(PointD bot1, PointD top1, PointD bot2, PointD top2, ref PointD intersectPt)
CSharp/Tests/Tests2/Tests/TestZCallback1.cs:20
MethodMyCallbackD
(PointD _, PointD __, PointD ___, PointD ____, ref PointD intersectPt)
CSharp/Examples/USINGZ/Program.cs:34
FunctionNearCollinear
CPP/Clipper2Lib/include/clipper2/clipper.h:599
MethodNewActive
()
CSharp/Clipper2Lib/Clipper.Engine.cs:1842
MethodNewOutRec
()
CSharp/Clipper2Lib/Clipper.Engine.cs:1475
MethodNewOutRec
CPP/Clipper2Lib/src/clipper.engine.cpp:1483
MethodNextVertex
(Active ae)
CSharp/Clipper2Lib/Clipper.Engine.cs:554
MethodNodeEnumerator
(List<PolyPathBase> nodes)
CSharp/Clipper2Lib/Clipper.Engine.cs:3469
MethodNormalizeVector
(PointD vec)
CSharp/Clipper2Lib/Clipper.Offset.cs:314
MethodOffsetOpenJoined
(Group group, Path64 path)
CSharp/Clipper2Lib/Clipper.Offset.cs:591
MethodOffsetOpenJoined
CPP/Clipper2Lib/src/clipper.offset.cpp:380
MethodOffsetOpenPath
(Group group, Path64 path)
CSharp/Clipper2Lib/Clipper.Offset.cs:600
MethodOffsetOpenPath
CPP/Clipper2Lib/src/clipper.offset.cpp:395
MethodOffsetPath
(Path64 path, long dx, long dy)
CSharp/Clipper2Lib/Clipper.cs:335
MethodOffsetPoint
(Group group, Path64 path, int j, ref int k)
CSharp/Clipper2Lib/Clipper.Offset.cs:517
MethodOffsetPoint
CPP/Clipper2Lib/src/clipper.offset.cpp:311
MethodOffsetPolygon
(Group group, Path64 path)
CSharp/Clipper2Lib/Clipper.Offset.cs:581
MethodOffsetPolygon
CPP/Clipper2Lib/src/clipper.offset.cpp:372
MethodOpenFileWithDefaultApp
(string filename)
CSharp/Utils/ClipFileIO/Clipper.FileIO.cs:278
MethodOpenFileWithDefaultApp
(string filename)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:484
MethodOutPt
(Point64 pt, OutRec outrec)
CSharp/Clipper2Lib/Clipper.Engine.cs:130
MethodOutPt
CPP/Clipper2Lib/include/clipper2/clipper.engine.h:62
MethodOutPt2
(Point64 pt)
CSharp/Clipper2Lib/Clipper.RectClip.cs:29
MethodOutrecIsAscending
(Active hotEdge)
CSharp/Clipper2Lib/Clipper.Engine.cs:736
← previousnext →801–900 of 1,204, ranked by callers