We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LineSegment
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.
Line2f
joml-geom
If we agree this makes sense, the action items would be to:
LineSegmentd/f
LineSegment3d/f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ourjoml-geom
extensions.If we agree this makes sense, the action items would be to:
LineSegmentd/f
>>>LineSegment3d/f
LineSegment3d/f
with same APIThe text was updated successfully, but these errors were encountered: