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

scale and skew functions of windows::Foundation::Numerics::Matrix3x2 #2939

Open
wuweiran opened this issue Mar 19, 2024 · 3 comments
Open

scale and skew functions of windows::Foundation::Numerics::Matrix3x2 #2939

wuweiran opened this issue Mar 19, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@wuweiran
Copy link
Member

Suggestion

Scale and Skew methods are available in the C++ SDK. It is a nice-to-have for window-rs.

@wuweiran wuweiran added the enhancement New feature or request label Mar 19, 2024
@kennykerr
Copy link
Collaborator

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 windows-numerics crate.

cc @robmikh

@robmikh
Copy link
Member

robmikh commented Mar 19, 2024

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...

@kennykerr
Copy link
Collaborator

Let me tackle the split and then you can more easily add these and SIMD!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants