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

Convinience constructors without messing up StaticArrays #2

Open
cserteGT3 opened this issue Mar 2, 2023 · 1 comment
Open

Convinience constructors without messing up StaticArrays #2

cserteGT3 opened this issue Mar 2, 2023 · 1 comment

Comments

@cserteGT3
Copy link
Owner

Copying LinkageDesigner, there should be constructors

  • with identity rotation and only translation
  • only rotation?
  • rotating with n degrees around axis

But those should not be constructors, because that is type piracy (I think at least) and I'm not sure what other methods are covered.
Maybe the current rotation-translation methods should be also removed.

A good constructor function should be find, something like, and static-mutable type should be included:

  • makehomogeneousmatrix
  • makehm
  • hm
@cserteGT3
Copy link
Owner Author

More ideas:

  • statichommatrix, mutablehommatrix
  • shommatrix, mhommatrix

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