-
Notifications
You must be signed in to change notification settings - Fork 523
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
scale
and skew
functions of windows::Foundation::Numerics::Matrix3x2
#2939
Comments
Thanks, I've been meaning to consolidate the operations from Windows.Foundation.Numerics and Direct2D/Direct3D. Seperately I'll probably move these into the dedicated cc @robmikh |
I actually ran into this on my own projects recently. I can contribute more helper functions, but should I wait until after the crate split? Separately, I'd love to investigate SIMD support... |
Let me tackle the split and then you can more easily add these and SIMD! |
Sorry Rob, completely forgot about this issue. I'm looking into the split now, but don't let me hold you up if you'd like to get going on this so long. |
No worries! I'm wrapped up in a project myself so I'm keeping myself busy. |
Note to self - the new |
Suggestion
Scale and Skew methods are available in the C++ SDK. It is a nice-to-have for window-rs.
The text was updated successfully, but these errors were encountered: