3×2 Matrix{Float64}:
0.0 0.0
1.0 0.0
0.0 1.0
Updating git-repo `https://github.com/paulgb/PenPlots.jl` Updating registry at `~/.julia/registries/General.toml` Resolving package versions... Updating `/tmp/jl_laZNme/Project.toml` [61246389] ~ PenPlots v0.1.0 `https://github.com/paulgb/PenPlots.jl#master` ⇒ v0.1.0 `https://github.com/paulgb/PenPlots.jl#master` Updating `/tmp/jl_laZNme/Manifest.toml` [61246389] ~ PenPlots v0.1.0 `https://github.com/paulgb/PenPlots.jl#master` ⇒ v0.1.0 `https://github.com/paulgb/PenPlots.jl#master` Precompiling project... ✓ PenPlots 1 dependency successfully precompiled in 3 seconds (55 already precompiled)
TriangulateIO( pointlist=[0.3 0.2 … 0.6 0.3; 0.5 0.1 … 0.5 0.4], pointmarkerlist=Int32[0, 1, 1, 0, 0, 1, 1, 0, 0], trianglelist=Int32[2 9 … 4 8; 9 2 … 3 9; 1 5 … 7 5], )
TriangulateIO( )
TriangulateIO( pointlist=[0.3 0.2 … 0.6 0.3; 0.5 0.1 … 0.5 0.4], )
2×10 Matrix{Float64}:
0.5 0.8 0.7 0.6 0.6 1.0 0.5 0.7 0.9 0.8
1.0 0.9 0.9 0.3 0.9 0.8 0.9 0.5 0.6 0.5
to_triangulate_mat (generic function with 1 method)
2×10 Matrix{Float64}:
0.072019 0.653422 0.067267 0.469533 … 0.278194 0.587419 0.267624 0.690063
0.84958 0.747645 0.404671 0.507266 0.137883 0.517669 0.778086 0.412671
MethodError: no method matching reinterpret(::Int64, ::Type{StaticArrays.SVector{Float64, 2}}, ::Matrix{Float64})
Closest candidates are:
reinterpret(::typeof(reshape), ::Type{T}, ::A) where {T, S, A<:(AbstractArray{S})} at /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/base/reinterpretarray.jl:52
reinterpret(::typeof(reshape), ::Type{T}, ::Base.ReinterpretArray{T, N, S, A, true} where {T, N, S, A<:(AbstractArray{S})}) where T at /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/base/reinterpretarray.jl:124
reinterpret(::typeof(reshape), ::Type{T}, ::AbstractArray{T}) where T at /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/base/reinterpretarray.jl:78
...
Here is what happened, the most recent locations are first:
triangulate_raw (generic function with 1 method)
TriangulateIO(
pointlist=[-4.873846249394214 -26.91271218406321 … -84.12017716925446 15.769584596147782; -54.792440557174885 20.496053224163802 … 15.799630037932474 -14.731784723663102],
pointmarkerlist=Int32[1, 0, 1, 1, 0, 1, 0, 0, 1, 0],
trianglelist=Int32[10 9 … 10 8; 2 2 … 1 3; 6 7 … 4 7],
)
triangulate (generic function with 1 method)
n (generic function with 1 method)
n (generic function with 2 methods)
n (generic function with 3 methods)
build_switches (generic function with 1 method)
triangulate_true (generic function with 1 method)
@label_bind (macro with 1 method)
max_area
: min_angle
: -4.87385
-54.7924
-26.9127
20.4961
27.9032
52.8561
55.2015
17.2834
28.6224
5.67014
-8.26455
-52.0795
-13.1068
32.5014
12.0815
3.64507
-84.1202
15.7996
15.7696
-14.7318
-38.951
-15.1554
-11.3598
-4.65926
-2.05894
-11.3297
rotate_90 (generic function with 1 method)
0.0
-0.5
fill_with_pattern (generic function with 1 method)
minabs (generic function with 1 method)
10-element LinRange{SVector{2, Float64}, Int64}:
[-38.951, -15.1554],[-35.8853, -13.9892],…,[-14.4255, -5.8255],[-11.3598, -4.65926]
Split a Path
into the single-line paths that it consists of, but check the return type...
without_duplicate_lines (generic function with 1 method)
614
614
flatmap (generic function with 1 method)
random_subset (generic function with 1 method)
-4.87385
-54.7924
-26.9127
20.4961
27.9032
52.8561
55.2015
17.2834
28.6224
5.67014
-8.26455
-52.0795
-13.1068
32.5014
12.0815
3.64507
-84.1202
15.7996
15.7696
-14.7318
TriangulateIO( pointlist=[-4.87385 -26.9127 … -84.1202 15.7696; -54.7924 20.4961 … 15.7996 -14.7318], pointmarkerlist=Int32[1, 0, 1, 1, 0, 1, 0, 0, 1, 0], trianglelist=Int32[4 2 … 5 10; 5 7 … 8 8; 10 9 … 10 2], )
TriangulateIO( )