-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add support for matrix decomposition #335
Comments
Sounds good to me! Euclid already has a few equivalents for some of the types in this file, and there is the question of whether we want to sort out the column/vector story before or implement this with row vectors instead, but other than that I'm game for moving this implementation here. |
I would like to sort out the column/row story first but this also may require sorting it out on the gecko side as well :/ |
Yeah, the gecko side isn't necessarily more work than servo. Needs to be investigated though. |
Do you have the bandwidth to start looking at the Gecko side? I'd have made
the Euclid changes already if it was just the servo side; this issue keeps
cropping up as I implement web specs.
…On Tue, Apr 9, 2019, 7:44 AM Nicolas Silva ***@***.***> wrote:
Yeah, the gecko side isn't necessarily more work than servo. Needs to be
investigated though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#335 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABivSOt1-BuDa2Lhi9JGtLqRgfbXOMtAks5vfKdmgaJpZM4cjJtu>
.
|
I currently don't have the bandwidth to delve into the gecko side. |
Good to know, thanks.
…On Fri, Apr 12, 2019, 9:32 AM Nicolas Silva ***@***.***> wrote:
I currently don't have the bandwidth to delve into the gecko side.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#335 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABivSKzxgfKraIFZGaDfSAE7SuaivcTiks5vgLUqgaJpZM4cjJtu>
.
|
Servo has code for this already, but I think it's written for column vector matrices since that's what css-transforms uses
I need this for XR stuff anyway and both Gecko and Chromium have 3d and 2d matrix decompositions in their libraries. It would be nice if Servo could use an implementation from euclid for both the CSS stuff as well as XR stuff.
The text was updated successfully, but these errors were encountered: