Skip to content
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

Consider 2D variants for LineSegment #14

Open
skaldarnar opened this issue Jan 25, 2021 · 0 comments
Open

Consider 2D variants for LineSegment #14

skaldarnar opened this issue Jan 25, 2021 · 0 comments

Comments

@skaldarnar
Copy link
Member

https://github.com/Terasology/PolyWorld has a bunch of classes for doing Delauny triangulation. This includes a 2D variant of the LineSegment class as Line2f.

Task: Investigate what additional functionality Line2f has that cannot be expressed with standard JOML and our joml-geom extensions.

If we agree this makes sense, the action items would be to:

  • rename LineSegmentd/f >>> LineSegment3d/f
  • add LineSegment3d/f with same API
  • add missing functionality to all variants
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

No branches or pull requests

1 participant