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

Additional functionality for Transformation #76

Closed
PvdBerg1998 opened this issue Jul 27, 2019 · 0 comments · Fixed by #78
Closed

Additional functionality for Transformation #76

PvdBerg1998 opened this issue Jul 27, 2019 · 0 comments · Fixed by #78
Labels
feature New feature or request good first issue Good for newcomers improvement An internal improvement
Milestone

Comments

@PvdBerg1998
Copy link
Contributor

PvdBerg1998 commented Jul 27, 2019

Possible improvements:

  • Creation from nalgebra Matrix
  • Convertion to nalgebra Matrix or f32 array representation
  • Switch to Matrix3?
  • Use Affine2 instead of Matrix3 since it more accurately represents the data (invertible translation, rotation, (non uniform) scaling): https://www.nalgebra.org/points_and_transformations/#transformations
  • Applying to vectors/points directly (also possible via first converting to nalgebra Matrix)
@hecrj hecrj added feature New feature or request improvement An internal improvement good first issue Good for newcomers labels Jul 28, 2019
@hecrj hecrj closed this as completed in #78 Jul 29, 2019
@hecrj hecrj added this to the 0.4.0 milestone Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers improvement An internal improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants