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

Completeness of Transform/Transformed method for geometry data types #58

Open
luithefirst opened this issue Apr 8, 2021 · 0 comments
Open

Comments

@luithefirst
Copy link
Member

A lot of geometry primitives do not have a Transform or Transformed method:

  • Line2d
  • Line3d
  • Triangle2d
  • Triangle3d
  • Quad2d
  • Quad3d
    ...

In some cases we have a Copy(Func<V3d, V3d> point_copyFun) method. For 3d to 3d transformations, a Transform/Transformed method would be better, but 3d to 2d and 2d to 3d copy methods seem convenient and saves the overhead of an additional copy. It would be interesting to evaluate this.

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