issues
search
ivanfratric
/
polypartition
Tiny Polygon Partitioning and Triangulation Library
MIT License
664
stars
118
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
enables optional custom floating point type and sqrt function
#57
grimaldini
closed
1 week ago
1
Use closest point rather than largest x value as selection critera.
#56
kbirk
closed
4 months ago
1
`RemoveHoles` creating problematic polygons
#55
kbirk
closed
4 months ago
2
Support for more than one hole
#54
ankofl
closed
6 months ago
1
Modernize code/quality improvements
#52
andrewwasielewski
closed
1 year ago
4
Remove if statements with no effect - readability-delete-null-pointer
#51
andrewwasielewski
closed
1 year ago
1
Remove dead assignment
#50
andrewwasielewski
closed
1 year ago
1
Bug in TPPLPartition::IsConvex and IsReflex?
#49
code-monkey-101
opened
2 years ago
4
Triangulate_MONO failure
#48
guicoe
opened
2 years ago
0
Remove unnecessary null pointer checks
#47
elfring
opened
3 years ago
0
Use named enums and explicit std:: instead of "using namespace std"
#46
aaronfranke
closed
3 years ago
0
Update license in test.cpp, add to root of repo, add test input format
#45
aaronfranke
closed
3 years ago
1
Add SCons build system, add CI build, update test code, update images
#44
aaronfranke
closed
3 years ago
2
Format code comments to be consistent and proper English
#43
aaronfranke
closed
3 years ago
0
Format code with C++ styling, ensure POSIX compliance, and optimize PNG images
#42
aaronfranke
closed
3 years ago
3
Calling RemoveHoles
#41
EDToaster
closed
3 years ago
0
Please add a license
#40
jeremyabel
closed
4 years ago
1
Library license?
#39
PDeveloper
closed
5 years ago
2
Is y axis inverted
#38
ClaudeSChretien
opened
5 years ago
2
Compilation of test.cpp failed
#37
bhawana1999
closed
3 years ago
1
Fail to triangulate
#36
masklu
closed
3 years ago
2
ConvexPartition_OPT fails on some polys
#35
abakobo
opened
5 years ago
2
Triangulation failure with many holes
#34
yoyomaster
opened
6 years ago
2
Removing floating-point equality checks, now using espilon comparisons
#33
julienjpk
closed
6 years ago
3
Added simple polygon validity checks.
#32
julienjpk
closed
6 years ago
5
Invalid memory access case when invalid polygons are given
#31
julienjpk
closed
6 years ago
1
Store points using std::vector in TPPLPoly
#30
poke1024
closed
6 years ago
3
Reuse partitionVertices buffer
#29
poke1024
closed
6 years ago
2
Add TPPLPoly::GetPoint() const
#28
poke1024
closed
6 years ago
1
Simpler and faster revert
#27
poke1024
closed
6 years ago
1
Avoid realloc in TPPLPoly::Init()
#26
poke1024
closed
6 years ago
2
allow custom allocators for std::list
#25
poke1024
closed
6 years ago
2
Fixes crashes in MonotonePartition
#24
poke1024
closed
6 years ago
1
Small fix to const correctness.
#23
tompaynter03
closed
6 years ago
1
Examples and makefile
#22
CsatiZoltan
closed
3 years ago
0
Fix broken headings in Markdown files
#21
bryant1410
closed
7 years ago
1
Fail to decompose/triangulate a simple polygon
#20
Mike3D
closed
8 years ago
8
Initialized pointers to NULLs to suppress compilation errors
#19
geneotech
closed
8 years ago
0
Usability improvements
#18
CastMi
closed
3 years ago
2
Hang with may holes
#17
crohani
opened
9 years ago
2
Please remove non-ASCII characters from cpp
#16
funnypolynomial
closed
3 years ago
0
Compiler warnings: potentially uninitialized local variable used
#15
funnypolynomial
closed
8 years ago
0
Fix Triangulate_MONO for triangle input
#14
c42f
closed
8 years ago
2
Vertex id
#13
c42f
closed
8 years ago
0
Fix Triangulate_MONO for triangle input
#12
c42f
closed
9 years ago
3
Library Improvements
#11
GoogleCodeExporter
opened
9 years ago
0
Line 226 polypartition.h: "set" should be "std::set"
#10
GoogleCodeExporter
closed
9 years ago
1
Triangulate_MONO() failure
#9
GoogleCodeExporter
closed
9 years ago
7
Return index to input vertices
#8
GoogleCodeExporter
opened
9 years ago
3
using namespace std; in the public header
#7
GoogleCodeExporter
closed
9 years ago
3
Next