issues
search
mourner
/
delaunator-rs
Fast 2D Delaunay triangulation in Rust. A port of Delaunator.
https://docs.rs/delaunator
ISC License
207
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Minor: Bumped serde_json
#38
martinfrances107
closed
1 week ago
0
std::f64 should not have been converted to core::f64.
#37
martinfrances107
closed
8 months ago
0
Minor: drop std where possible (use core).
#36
martinfrances107
closed
8 months ago
0
Chore: Fixed cargo outdated issues.
#35
martinfrances107
opened
8 months ago
0
Robustness questions
#34
Chris00
opened
10 months ago
1
Improve the documentation
#33
Chris00
opened
10 months ago
0
Allow From/Into conversions of `Point` and tuple/arrays of `f64`
#32
Chris--B
closed
1 year ago
1
Minor: Bump criterion to 0.5.1
#31
martinfrances107
closed
1 year ago
1
Add an `update` method for use in iterative algorithms
#30
mourner
opened
1 year ago
0
`core::f64` has been deprecated
#29
oovm
closed
1 year ago
0
Fixed panic when NaN is passed
#28
AndriBaal
closed
1 year ago
0
sort_unstable_by has no fallback to equal
#27
AndriBaal
closed
1 year ago
4
Filtering out new convex hull geometry?
#26
emctague
closed
1 year ago
2
Fixes invalid hull on collinear points
#25
andreesteve
closed
3 years ago
0
Incorrect hull for points on a square pattern
#24
andreesteve
closed
3 years ago
1
v1.0.0
#23
andreesteve
closed
3 years ago
0
Use GitHub Actions with extensive checks in place of Travis CI
#22
mourner
closed
3 years ago
0
Either the algorithm does not generate valid triangles, or I am missing something
#21
notgull
closed
3 years ago
1
Change package to use `no_std`
#20
notgull
closed
3 years ago
3
Robust checks for orientation
#19
andreesteve
closed
3 years ago
3
A disconnected triangulation may be generated
#18
andreesteve
closed
3 years ago
1
Return an ordered set of points if they are collinear (ports mapbox/delaunator/pull/47)
#17
andreesteve
closed
3 years ago
0
Remove recursion
#16
andreesteve
closed
3 years ago
2
Master ticket for fixes that need to be ported to match Delaunator
#15
mourner
closed
1 year ago
4
Switch to GitHub Actions for CI
#14
mourner
closed
3 years ago
0
Fixes mourner/delaunator-rs#8 - panics index out of bounds
#13
andreesteve
closed
3 years ago
0
Triangulation.hull clock-wise instead of counter-clockwise?
#12
andreesteve
closed
3 years ago
2
no_std support
#11
brenzi
closed
3 years ago
1
Algorithm fails to generate correct Delaunay triangulation
#10
JackStade
closed
3 years ago
7
unstable_sort_by panics when given NaN
#9
Roughsketch
closed
1 year ago
1
Crash: index out of bounds: the len is 14 but the index is 18446744073709551615
#8
trehn
closed
3 years ago
4
Use distance for "nearly equals"
#7
RReverser
closed
6 years ago
1
Simplify min/sort comparisons
#6
RReverser
closed
6 years ago
8
Proper tests
#5
mourner
closed
6 years ago
1
Accept other number types
#4
mourner
opened
6 years ago
4
Cache distances for the sort
#3
RReverser
closed
6 years ago
0
Add Criterion-based benchmarking
#2
RReverser
closed
6 years ago
0
Expose Point properties and add basic traits
#1
RReverser
closed
6 years ago
0