Skip to content

fix minor convert_simplex method ambiguity #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

jw3126
Copy link
Contributor

@jw3126 jw3126 commented Aug 24, 2020

using Makie
using GeometryBasics
pts = rand(Point3f0, 10)
edgs  = LineFace{Int}[(1,2), (3,4)]
display(wireframe(connect(pts, edgs)))

did not work before this patch.

@SimonDanisch
Copy link
Member

thanks :)

@SimonDanisch SimonDanisch merged commit e8ae135 into JuliaGeometry:master Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants