Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AngusJohnson/Clipper2
/ functions
Functions
1,204 in github.com/AngusJohnson/Clipper2
⨍
Functions
1,204
◇
Types & classes
167
↓ 1 callers
Function
PolyPathToPathsD
CPP/Clipper2Lib/include/clipper2/clipper.h:278
↓ 1 callers
Function
PolyTreeToPathsD
CPP/Clipper2Lib/include/clipper2/clipper.h:411
↓ 1 callers
Function
PressEnterToExit
CPP/Examples/RectClipping/RectClipping.cpp:207
↓ 1 callers
Function
RandomTest
CPP/Examples/RandomClipping/RandomClipping.cpp:92
↓ 1 callers
Method
RectClip
(Rect64 rect, Paths64 paths)
CSharp/Clipper2Lib/Clipper.cs:166
↓ 1 callers
Function
SaveTest
CPP/Utils/ClipFileSave.cpp:249
↓ 1 callers
Method
ScalePaths
(Paths64 paths, double scale)
CSharp/Clipper2Lib/Clipper.cs:399
↓ 1 callers
Method
SetCoordsStyle
CPP/Utils/clipper.svg.cpp:58
↓ 1 callers
Method
SetScale
CPP/Clipper2Lib/include/clipper2/clipper.engine.h:426
↓ 1 callers
Function
SetZCallback64
CPP/Clipper2Lib/include/clipper2/clipper.export.h:838
↓ 1 callers
Function
SetZCallbackD
CPP/Clipper2Lib/include/clipper2/clipper.export.h:843
↓ 1 callers
Function
SimplifyPaths
CPP/Clipper2Lib/include/clipper2/clipper.h:706
↓ 1 callers
Method
SimplifyPaths
(Paths64 paths, double epsilon, bool isClosedPaths = true)
CSharp/Clipper2Lib/Clipper.cs:1005
↓ 1 callers
Function
SimulateNegativeFill
CPP/Utils/clipper.svg.cpp:135
↓ 1 callers
Function
SimulatePositiveFill
CPP/Utils/clipper.svg.cpp:141
↓ 1 callers
Method
Sqr
(double val)
CSharp/Clipper2Lib/Clipper.cs:660
↓ 1 callers
Function
StripDuplicates
CPP/Clipper2Lib/include/clipper2/clipper.core.h:662
↓ 1 callers
Method
StripDuplicates
(Path64 path, bool isClosedPath)
CSharp/Clipper2Lib/Clipper.cs:737
↓ 1 callers
Function
StripDuplicates1
CPP/BenchMark/StripDuplicateBenchmark.cpp:13
↓ 1 callers
Function
StripDuplicates2
CPP/BenchMark/StripDuplicateBenchmark.cpp:36
↓ 1 callers
Function
SvgAddOpenSolution
CPP/Utils/clipper.svg.utils.h:138
↓ 1 callers
Function
SvgAddRCSolution
SvgAddRCSolution - random color for each individual polygon (eg when triangulating)
CPP/Utils/clipper.svg.utils.h:115
↓ 1 callers
Function
System
CPP/Examples/Benchmarks/Benchmarks.cpp:126
↓ 1 callers
Function
System
CPP/Examples/RandomClipping/RandomClipping.cpp:146
↓ 1 callers
Function
System
CPP/Examples/PolygonSamples/PolygonSamples.cpp:95
↓ 1 callers
Function
System
CPP/Examples/Triangulation/Triangulation.cpp:15
↓ 1 callers
Function
TestingZ_Double
CPP/Examples/UsingZ/UsingZ.cpp:73
↓ 1 callers
Method
ToStringInternal
(int idx, int level)
CSharp/Clipper2Lib/Clipper.Engine.cs:3532
↓ 1 callers
Function
Triangulate64
CPP/Clipper2Lib/include/clipper2/clipper.export.h:816
↓ 1 callers
Function
TriangulateResultAsString
CPP/Examples/Triangulation/Triangulation.cpp:42
↓ 1 callers
Method
Width
()
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Core.cs:82
↓ 1 callers
Function
divide
CPP/BenchMark/GetIntersectPtBenchmark.cpp:181
↓ 1 callers
Function
test1
CPP/Examples/VariableOffset/VariableOffset.cpp:19
↓ 1 callers
Function
test2
CPP/Examples/VariableOffset/VariableOffset.cpp:48
↓ 1 callers
Function
test3
CPP/Examples/VariableOffset/VariableOffset.cpp:76
↓ 1 callers
Function
test4
CPP/Examples/VariableOffset/VariableOffset.cpp:104
↓ 1 callers
Function
test5
CPP/Examples/VariableOffset/VariableOffset.cpp:131
Method
Add
(Point64 point, VertexFlags flags, Vertex? prev)
CSharp/Clipper2Lib/PooledList.cs:28
Method
Add
()
CSharp/Clipper2Lib/PooledList.cs:88
Method
Add
(OutPt ltor, OutPt rtol)
CSharp/Clipper2Lib/PooledList.cs:145
Method
AddCaption
(SvgWriter svg, string caption, int x, int y)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:391
Method
AddChild
(Path64 p)
CSharp/Clipper2Lib/Clipper.Engine.cs:3524
Method
AddChild
(Path64 p)
CSharp/Clipper2Lib/Clipper.Engine.cs:3568
Method
AddChild
CPP/Clipper2Lib/include/clipper2/clipper.engine.h:359
Method
AddClip
(SvgWriter svg, Path64 path)
CSharp/Utils/SVG/Clipper.SVG.Utils.cs:62
Method
AddClip
(Path64 path)
CSharp/Clipper2Lib/Clipper.Engine.cs:853
Method
AddClip
(Paths64 paths)
CSharp/Clipper2Lib/Clipper.Engine.cs:3216
Method
AddClip
(SvgWriter svg, long[] path)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:424
Method
AddClip
CPP/Clipper2Lib/include/clipper2/clipper.engine.h:477
Method
AddClips
(SvgWriter svg, long[] paths)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:434
Method
AddCorner
(Location prev, Location curr)
CSharp/Clipper2Lib/Clipper.RectClip.cs:231
Method
AddCorner
CPP/Clipper2Lib/src/clipper.rectclip.cpp:349
Method
AddEdgeToActives
(Edge edge)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:729
Method
AddEdgeToActives
CPP/Clipper2Lib/src/clipper.triangulation.cpp:867
Method
AddLocMin
(Vertex vert, PathType polytype, bool isOpen, List<LocalMinima> minimaList)
CSharp/Clipper2Lib/Clipper.Engine.cs:222
Method
AddLocMin
CPP/Clipper2Lib/src/clipper.engine.cpp:719
Method
AddLocalMaxPoly
(Active ae1, Active ae2, Point64 pt)
CSharp/Clipper2Lib/Clipper.Engine.cs:1344
Method
AddLocalMaxPoly
CPP/Clipper2Lib/src/clipper.engine.cpp:1380
Method
AddLocalMinPoly
(Active ae1, Active ae2, Point64 pt, bool isNew = false)
CSharp/Clipper2Lib/Clipper.Engine.cs:1295
Method
AddLocalMinPoly
CPP/Clipper2Lib/src/clipper.engine.cpp:1332
Method
AddNewIntersectNode
(Active ae1, Active ae2, long topY)
CSharp/Clipper2Lib/Clipper.Engine.cs:1917
Method
AddNewIntersectNode
CPP/Clipper2Lib/src/clipper.engine.cpp:2356
Method
AddOpenPath
(Path64 path, uint penColor, double penWidth, bool showCoords = false)
CSharp/Utils/SVG/Clipper.SVG.cs:271
Method
AddOpenPath
(long[] path, uint penColor, double penWidth, bool showCoords = false)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:173
Method
AddOpenSolution
(SvgWriter svg, Paths64 paths, bool show_coords)
CSharp/Utils/SVG/Clipper.SVG.Utils.cs:95
Method
AddOpenSolution
(SvgWriter svg, long[] paths, bool show_coords)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:469
Method
AddOpenSubject
(SvgWriter svg, Paths64 paths)
CSharp/Utils/SVG/Clipper.SVG.Utils.cs:47
Method
AddOpenSubject
(Path64 path)
CSharp/Clipper2Lib/Clipper.Engine.cs:847
Method
AddOpenSubject
(Paths64 paths)
CSharp/Clipper2Lib/Clipper.Engine.cs:3210
Method
AddOpenSubject
CPP/Clipper2Lib/include/clipper2/clipper.engine.h:473
Method
AddOpenSubjects
(SvgWriter svg, long[] paths)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:409
Method
AddOutPt
(Active ae, Point64 pt)
CSharp/Clipper2Lib/Clipper.Engine.cs:1447
Method
AddOutPt
CPP/Clipper2Lib/src/clipper.engine.cpp:1497
Method
AddPath
(Path64 path, PathType polytype, bool isOpen = false)
CSharp/Clipper2Lib/Clipper.Engine.cs:859
Method
AddPath
(Path64 path, PathType polytype, bool isOpen = false)
CSharp/Clipper2Lib/Clipper.Engine.cs:3186
Method
AddPath
(Path64 path)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:90
Method
AddPath
(Path64 path, JoinType joinType, EndType endType)
CSharp/Clipper2Lib/Clipper.Offset.cs:145
Method
AddPath
CPP/Clipper2Lib/src/clipper.triangulation.cpp:1077
Method
AddPath
CPP/Clipper2Lib/src/clipper.engine.cpp:831
Method
AddPaths
(Paths64 paths, PathType pt, bool isOpen)
CSharp/Clipper2Lib/Clipper.Engine.cs:347
Method
AddPaths
(Paths64 paths, PathType polytype, bool isOpen = false)
CSharp/Clipper2Lib/Clipper.Engine.cs:866
Method
AddPaths
(Paths64 paths, PathType polytype, bool isOpen = false)
CSharp/Clipper2Lib/Clipper.Engine.cs:3198
Method
AddPaths
(Paths64 paths)
CSharp/Clipper2Lib/Clipper.Triangulation.cs:201
Method
AddPaths
(Paths64 paths, JoinType joinType, EndType endType)
CSharp/Clipper2Lib/Clipper.Offset.cs:153
Method
AddPaths
CPP/Clipper2Lib/src/clipper.triangulation.cpp:1180
Method
AddPaths
CPP/Clipper2Lib/src/clipper.engine.cpp:728
Method
AddPolyNodeToPaths
(PolyPath64 polyPath, Paths64 paths)
CSharp/Clipper2Lib/Clipper.cs:755
Method
AddPolyNodeToPathsD
(PolyPathD polyPath, PathsD paths)
CSharp/Clipper2Lib/Clipper.cs:773
Method
AddReuseableData
(ReuseableDataContainer64 reuseableData)
CSharp/Clipper2Lib/Clipper.Engine.cs:874
Method
AddReuseableData
(ReuseableDataContainer64 reuseableData)
CSharp/Clipper2Lib/Clipper.Engine.cs:3192
Method
AddReuseableData
CPP/Clipper2Lib/src/clipper.engine.cpp:843
Method
AddSolution
(SvgWriter svg, long[] paths, bool show_coords, bool is_closed = true, bool is_joined = true)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:444
Method
AddSolution_MultiColor
(SvgWriter svg, long[] paths, bool show_coords, bool is_closed = true, bool is_joined = true)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:455
Method
AddSubject
(SvgWriter svg, Path64 path)
CSharp/Utils/SVG/Clipper.SVG.Utils.cs:32
Method
AddSubject
(Path64 path)
CSharp/Clipper2Lib/Clipper.Engine.cs:841
Method
AddSubject
(Paths64 paths)
CSharp/Clipper2Lib/Clipper.Engine.cs:3204
Method
AddSubject
(SvgWriter svg, long[] path)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:396
Method
AddSubject
CPP/Clipper2Lib/include/clipper2/clipper.engine.h:469
Method
AddSubjects
(SvgWriter svg, long[] paths)
DLL/TEST_APPS/CSharp_TestApps/Clipper2Dll.Svg.cs:405
Method
AddToEdge
(List<OutPt2?> edge, OutPt2 op)
CSharp/Clipper2Lib/Clipper.RectClip.cs:197
← previous
next →
401–500 of 1,204, ranked by callers