-
Notifications
You must be signed in to change notification settings - Fork 44
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
Lazy2d #89
Lazy2d #89
Conversation
Codecov Report
@@ Coverage Diff @@
## master #89 +/- ##
==========================================
- Coverage 87.11% 86.97% -0.14%
==========================================
Files 9 9
Lines 722 745 +23
==========================================
+ Hits 629 648 +19
- Misses 93 97 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me - thanks! Let's fix up those minor things and merge.
Yes, all of these structs need two parameters, unfortunately (one for the storage type and one for the computed element type). |
Anything left to do here? |
@andyferris merge? |
I'd love if you could merge this as well. I'm currently using a fork in a project that implements similar functionality, but would like to switch back to upstream for distribution. |
Looks good to me, so I'm going to go ahead and merge this. |
fix #14.
I noticed one gotcha (that is also present in
AngleAxis
).